Job search, salary estimates, job details, and location lookup.
Job Details
ASYNCREADNo auth
Returns full details for an Indeed job posting including description, salary, and benefits.
ParametersFormJSON
Indeed job key (e.g. f82cb68c8f9c0648). Provide either job_key or job_url
Full viewjob URL (e.g. https://in.indeed.com/viewjob?jk=f82cb68c8f9c0648). Either job_key or job_url is required
Country subdomain. Builds URL as https://{country_domain}.indeed.com/viewjob
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "in_job_details", "params": { "job_key": "f82cb68c8f9c0648", "country_domain": "in" } }'