Documentation
From your first API call to publishing workers at scale — all the guides, references, and examples you need are here.
Run your first job in under 5 minutes.
Sign up and copy your key from the dashboard. The Free plan gives you 100 credits per month with no credit card required.
Create a free account →curl -X POST https://api.seek-api.com/v1/workers/google-maps-search/jobs \ -H "X-Api-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"query": "coffee shops in Paris"}'
{ "job_uuid": "job_a1b2c3d4e5f6", "status": "queued", "worker": "google-maps-search", "created_at": "2026-03-16T10:00:00Z" }
curl https://api.seekapi.io/v1/jobs/job_a1b2c3d4e5f6 \ -H "X-Api-Key: YOUR_API_KEY"
When status changes to completed, the result field contains your structured JSON output.
Alternatively, set a webhook URL to receive the result as a push notification.
Packaged functions with a defined input/output schema. Browse the marketplace or publish your own.
A single worker execution triggered by a REST call. Returns a job_uuid. Results arrive asynchronously.
Every API call requires an X-Api-Key header. Keys are scoped per workspace.
1 credit = $0.001. Each job deducts credits based on worker price and execution. No hidden charges.
Idiomatic libraries for the languages you already use.
Join our Discord community, open a GitHub discussion, or contact support directly.