Skip to content

Explore a sample task

The first planned product is Job Scraper. It is designed to return structured listings and identify the outcome of each selected source.

The sample request uses camelCase fields:

{
"query": "python",
"country": "CA",
"sources": ["indeed"],
"limit": 20,
"allowPartial": true,
"maxCostUsd": 0.10
}

The source is a candidate, not currently enabled. The spending limit is an example. Source rates are not published yet.

Open the interactive Job Scraper example. Switch between succeeded, partial, no matches and failed. The interface updates a fixed sample; it does not collect data for your query.

An empty successful search is different from a failure. A partial result is only valid when partial delivery is allowed. See response outcomes.

The service release will add sign-up, key creation, an authenticated playground and exact endpoint instructions. REST and remote MCP are planned together. Do not install an unverified package or enter credentials into a third-party service claiming to be this preview.