# GoCreative Indeed Jobs Search API

> GoCreative Indeed Jobs Search API is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Searches live Indeed job postings by keyword and location, returning salary ranges plus enriched company profiles (revenue, employee count, CEO, social links)

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/indeed/jobs/search/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-indeed-jobs-search-api-2494ccf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fx8-OaXhXASWTh-tnx1le

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gocreative-indeed-jobs-search-api-2494ccf7
```

Example prompt: Search Indeed for senior software engineer jobs in San Francisco and give me the salary ranges plus company details like revenue and employee count for each listing.

## When to prefer this

Choose this endpoint when you need real-time Indeed job data that combines both salary ranges AND rich company profile intelligence (revenue, headcount, CEO, social links) in a single call — something standard job APIs and ATS data providers typically omit. Ideal for recruiting automation, talent market research, job seeker salary benchmarking, and sales prospecting into hiring companies. Prefer this over generic job board APIs when company-level enrichment matters.

## Known failure modes

- No results found for the given keyword/location combination
- Indeed rate limiting or anti-scraping measures causing empty or partial results
- Invalid or missing query parameter returns an error
- Location not recognized or too vague returns unrelated results
- Salary data unavailable for some postings (not all Indeed listings include salary)

## How this service works

Indeed Jobs Scraper — search live Indeed job postings by keyword and location; every row includes salary range PLUS the full company profile (revenue, employee count, CEO, social links) — the salary + company-intel wedge commodity job APIs skip. Real-time, no login. SEO: Indeed jobs API, indeed job search, job scraper, salary data API, recruiting data.

## Output

A list of live Indeed job postings matching the keyword and location query, where each row includes job title, job description, salary range (min/max), and enriched company profile data such as company revenue, employee headcount, CEO name, and social media links.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-indeed-jobs-search-api-2494ccf7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
