Explore a sample task
1. Choose the task
Section titled “1. Choose the task”The first planned product is Job Scraper. It is designed to return structured listings and identify the outcome of each selected source.
2. Inspect the input
Section titled “2. Inspect the input”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.
3. Compare outcomes
Section titled “3. Compare outcomes”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.
4. When access opens
Section titled “4. When access opens”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.