Apify Store
AS
Apify Store
/agentx/all-jobs-scraper

All Jobs Scraper (39 Sites)

All Jobs Scraper is a job scraper API for 42 platforms that returns 41 unified job, salary, company, application, and public contact fields. One country-aware input can search multiple job boards in t

liveasyncunknown~30s typical
jobslead generationagentsall
$0.0044
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0035 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /agentx/all-jobs-scraper for me.

Input

FieldTypeDescription
max_results*integerMaximum job rows to return from each selected job platform
keyword*stringJob title, skill, or company query to search across selected job platforms
country*string (Algeria | Angola | Argentina | Australia | Austria | Azerbaijan)Country used to select compatible job platforms and regional endpoints
locationstringOptional city, area, or postal code sent only to job platforms that support location
platformsarrayOptional job platforms to search; leave empty to use every compatible platform for the country
posted_sincestringOptional earliest posting date applied only by job platforms that support it
remote_onlybooleanOptional remote-only filter applied only by job platforms that support it
distanceintegerOptional search radius in miles applied only by job platforms that support it
job_typestring (all | fulltime | parttime | internship | contract)Optional employment type applied only by job platforms that support it; `all` disables this filter
currencystring (AED | AFN | ALL | AMD | ANG | AOA)Optional target currency for normalized salary conversion across selected job platforms

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/agentx/all-jobs-scraper","input":{"max_results":3,"keyword":"Civil Engineer","country":"Mexico"},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /agentx/all-jobs-scraper -i '{"max_results":3,"keyword":"Civil Engineer","country":"Mexico"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/agentx/all-jobs-scraper", input: {"max_results":3,"keyword":"Civil Engineer","country":"Mexico"}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.