VOOZH about

URL: https://apify.com/jobo.world/ai-deep-job-search/api

⇱ AI Deep Job Search API Β· Apify


Pricing

from $10.00 / 1,000 jobs

Go to Apify Store

AI Deep Job Search

Deep research for your career. An autonomous agent that conducts multi-step job searches across 13 ATS platforms. Give it your requirements, and it will find, analyze, and score hundreds of job descriptions to create a comprehensive reportβ€”accomplishing in minutes what would take you hours.

Pricing

from $10.00 / 1,000 jobs

Rating

0.0

(0)

Developer

πŸ‘ Enrico

Enrico

Maintained by Community

Actor stats

2

Bookmarked

188

Total users

65

Monthly active users

a day ago

Last modified

Categories

Share

You might also like

Linkedin Job Scraping

quaking_pail/linkedin-job-scraping

This Apify actor scrapes job listings from LinkedIn based on user-defined search parameters. It uses Selenium with a headless Chrome browser to navigate LinkedIn job pages and extract comprehensive job details.

226

5.0

AI Job Search Agent

louisdeconinck/ai-job-search-agent

The AI Job Search Agent automates job hunting by analyzing your LinkedIn profile, identifying relevant roles, searching for matches, and generating personalized cover letters using AI and web scraping.

πŸ‘ User avatar

Louis Deconinck

177

1.0

CV Optimizer

parseforge/cv-optimizer

Reviews any resume alongside its target job description and serves up clear guidance that hiring teams can trust. Instead of rewriting documents manually, you get verdicts, structure feedback, action items, and ready-to-use rewrites that stay faithful to the original text.

61

5.0

Docling

vancura/docling

Docling document parser & converter – Convert documents into structured data without complexity. This Actor leverages the powerful Docling library to parse and transform various document formats into clean, structured outputs ready for analysis or integration.

πŸ‘ User avatar

VÑclav Vančura

436

5.0

Dynamic Web Scraper

josejet/dynamic-web-scraper

Dynamic Web Scraper is an Apify Actor that gathers information online by simulating user browsing behavior on the web. It reduces the time and amount of scraped web pages by using a model (ChatGPT) to make decisions regarding browser navigation and results evaluation.

FB Profile Scraper

devwithbobby/fb-profile-scraper

Scrape data from any public FB Profile

πŸ‘ User avatar

Dev with Bobby

817

Company Career Page Scraper

piotrv1001/company-career-page-scraper

Scrapes job listings from any company career page, automatically discovering ATS platforms like Greenhouse, Lever, Ashby and Workday. Uses AI to extract skills, requirements, benefits and salary from job descriptions. Ideal for recruiting intelligence, job market research, and lead generation.

281

Career Site Job Listing API

shahidirfan/Career-Site-Job-Listing-API

Extract job listings from major ATS career platforms using one or more URLs in startUrls. Collect clean, structured, and rich job records for sourcing, research, monitoring, and automation workflows.

16

5.0

Deep Research MCP - Web Search for AI Agents

renzomacar/deep-research-mcp

Give your AI agent the web: multi-source search, clean-markdown page reading, and one-call deep research dossiers. No OpenAI/Perplexity key required β€” your agent does the synthesis. MCP server, pay-per-event.

2

Related articles

Scraping job listings data for a competitive edge
Read more
How to build an AI agent that pays for Apify Actors with Skyfire
Read more
11 AI agent use cases (on Apify)
Read more

You can access the AI Deep Job Search programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "query": "I'm a senior backend engineer with 8 years of experience looking for a remote or hybrid role at a SaaS or fintech company. Strong in Python, Go, and AWS β€” please skip anything PHP-heavy. Looking for $160k+ base. Company size 50–500 employees, engineering-led culture. Not interested in consulting, agencies, gambling, or defense. Show me roles posted in the last 14 days.",
< "location": "San Francisco"
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/jobo.world~ai-deep-job-search/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

AI Deep Job Search API

Below, you can find a list of relevant HTTP API endpoints for calling the AI Deep Job Search Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/jobo.world~ai-deep-job-search/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/jobo.world~ai-deep-job-search/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/jobo.world~ai-deep-job-search?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the AI Deep Job Search API programmatically via the Apify API.

You can choose from:

AI Deep Job Search API in Python

AI Deep Job Search API in JavaScript

AI Deep Job Search API through CLI

AI Deep Job Search OpenAPI definition

You can start AI Deep Job Search with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The AI Deep Job Search is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the AI Deep Job Search run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.