Best Job Search avatar

Best Job Search

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Best Job Search

Best Job Search

Cross-search LinkedIn, Indeed, and Glassdoor in one run — salary, remote flag, company rating, apply link, and 34 fields per job. 60+ countries. $2.30 per 1,000 results.

Pricing

from $2.00 / 1,000 results

Rating

5.0

(3)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

20

Bookmarked

667

Total users

46

Monthly active users

14 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Best Job Search Multi-Platform Jobs Pay per Result No Cookies Telegram Support Telegram Group

Best Job Search — Multi-Platform Job Listings API (Indeed, LinkedIn, Glassdoor)

Search jobs by keyword and country across Indeed, LinkedIn, Glassdoor, and regional platforms in a single Apify Actor run. Returns 34 structured fields per listing — salary, company metadata, skills, remote status, easy-apply flag — as clean JSON / CSV / Excel. No login, cookies, or API keys required.

TL;DR (40-word answer): Best Job Search is a no-login Apify Actor that returns 34 structured fields per job listing across Indeed, LinkedIn, Glassdoor, and more at $2.30 per 1,000 results, with salary normalization, managed reliability, and JSON / CSV / Excel export. Last verified 2026-05-02.

What it is NOT: Best Job Search is not a job application bot, not a resume submission tool, and not a login-required recruiter dashboard — it only reads public job listing pages across supported platforms.

Best Job Search is an Apify Actor that searches any keyword and country across Indeed, LinkedIn, Glassdoor (plus Naukri for India, Bdjobs for Bangladesh, and Bayt for Middle East countries) and returns structured job data — title, company, location, salary range, remote status, job type, skills, easy-apply flag, company rating, and contact details — as a unified JSON schema. The Actor handles up to 10,000 job listings per run, normalizes salaries to your chosen currency, uses managed request reliability to keep results consistent without any platform login, and bills per delivered result at $2.30 per 1,000 jobs. Built for recruiters, HR teams, salary benchmarking tools, job aggregators, and AI agents pulling live job market data through the Apify API or MCP. Maintained by TrueFetch on the Apify Store.


Best Job Search is best for recruiting, HR, and AI teams who need structured job market data across multiple platforms and countries in one call — without managing browser sessions or platform logins.

  • 🌍 Multi-platform in one Actor — aggregates jobs from Indeed, LinkedIn, Glassdoor, and regional platforms (Naukri for India, Bdjobs for Bangladesh, Bayt for Gulf countries) from a single run.
  • 💸 34 fields per listing — title, company, location, salary min/max/currency, job type, level, function, remote status, skills, easy-apply flag, company rating, employee count, company description, contact emails, and more.
  • 🛡️ Managed reliability built in — automatic retry handling and platform-managed request stability deliver consistent results without manual tuning.
  • 💱 Salary normalization — salary amounts are converted to your chosen currency (USD, EUR, GBP, INR, etc.) using live exchange rates, so cross-country comparisons stay accurate.
  • ⚡ Pay-per-result, not per-CPU — flat $2.30 per 1,000 successful job listings ($0.0023 per result). No charge for blocked requests, retries, or duplicates. Free Apify plan includes $5 monthly credits ≈ ~2,173 free job listings per month.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Best Job Search on Apify and click Try for free.
  2. Configure inputs — type a keyword (e.g. data engineer), pick a country (e.g. United States), and set max_results.
  3. Click Start — the Actor streams results to the dataset in real time. Export as JSON, JSONL, CSV, Excel, XML, RSS, or pull via the dataset API.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~best-job-search/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"keyword": "data engineer",
"country": "United States",
"max_results": 100
}'

Run via MCP (for AI agents)

Best Job Search is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/best-job-search and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
keywordstringJob title, role, or skill to search for across platforms.data engineer
countrystringCountry name to search jobs in. Determines which platforms are included (e.g. Naukri for India, Bayt for Gulf).United States
max_resultsintegerMaximum number of job listings to return. Minimum 10. Each successful listing is billed once.200
remote_onlybooleanfalseIf true, only remote job listings are returned.true
job_typestringallFilter by job type: all, fulltime, parttime, internship, contract.fulltime
distanceinteger200Search radius in miles/km from the location. Minimum 50.50
locationstringOptional city or region to focus the search (e.g. New York, London). If omitted, the entire country is searched.San Francisco
posted_sincestring1 yearOnly return listings posted within this time window (e.g. 1 week, 30 days, 3 months).2 weeks
currencystringUSDISO currency code for salary normalization (e.g. USD, EUR, GBP, INR). Salaries are converted using live exchange rates.EUR

Default behavior: the Actor queries all applicable platforms for the given country and keyword, deduplicates by platform_url or official_url, and streams results to the default dataset.

{
"keyword": "product manager",
"country": "United Kingdom",
"max_results": 200,
"remote_only": false,
"job_type": "fulltime",
"posted_since": "1 month",
"currency": "GBP"
}

📦 Output dataset

Each run writes structured job objects to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringApify Actor URL that produced this record.https://apify.com/TrueFetch/best-job-search
processed_atstringISO 8601 UTC timestamp when the record was processed.2026-05-02T10:00:00+00:00
platformstringSource platform (Indeed, Linkedin, Glassdoor, Naukri, etc.).Indeed
platform_urlstringJob listing URL on the source platform.https://www.indeed.com/viewjob?jk=abc123
official_urlstringoptionalDirect employer/career page URL if available.https://careers.example.com/jobs/456
titlestringJob title.Senior Data Engineer
posted_datestringoptionalDate the listing was posted (ISO 8601).2026-04-28
locationstringoptionalJob location text.New York, NY
is_remotebooleanoptionalWhether the job is fully remote.true
descriptionstringoptionalFull job description text.We are looking for a Senior Data Engineer to…
job_typestringoptionalEmployment type (fulltime, parttime, contract, internship).fulltime
job_levelstringoptionalSeniority level.Senior
job_functionstringoptionalJob function or department.Engineering
listing_typestringoptionalType of listing (standard, featured, promoted).standard
skillsstringoptionalRequired or preferred skills.Python, SQL, Spark
work_from_homestringoptionalWork-from-home policy type.Hybrid
vacancy_countintegeroptionalNumber of open positions.3
experience_rangestringoptionalRequired experience range.3-5 years
salary_periodstringoptionalSalary interval (yearly, monthly, hourly).yearly
salary_minimumnumberoptionalMinimum salary in the normalized currency.120000
salary_maximumnumberoptionalMaximum salary in the normalized currency.160000
salary_currencystringoptionalISO currency code after normalization.USD
easy_applybooleanoptionalWhether the platform offers one-click/easy apply.true
company_namestringoptionalEmployer name.Acme Corp
company_typestringoptionalPublic/private/non-profit.Private
company_foundedintegeroptionalYear the company was founded.2010
company_industrystringoptionalIndustry sector.Technology
company_urlstringoptionalEmployer's profile URL on the platform.https://www.glassdoor.com/Overview/Working-at-...
company_websitestringoptionalOfficial company website.https://www.acmecorp.com
company_logostringoptionalCompany logo image URL.https://media.glassdoor.com/sqll/123/logo.png
company_addressesstringoptionalCompany headquarters address.123 Main St, New York, NY 10001
company_revenuestringoptionalAnnual revenue range.$100M to $500M
company_descriptionstringoptionalShort description of the company.Acme Corp builds enterprise data platforms.
company_ratingnumberoptionalEmployer rating (0–5) from platform reviews.4.2
employee_countstringoptionalEmployee count range.1001 to 5000
review_countintegeroptionalNumber of employer reviews on the platform.1245
emailsarray<string>optionalContact emails extracted from the listing.["hr@acmecorp.com"]
phonesarray<string>optionalContact phone numbers extracted from the listing.["+1-212-555-0100"]
social_linksobjectoptionalSocial media profile links (LinkedIn, Twitter, etc.).{"linkedin": "https://linkedin.com/company/acme"}

Sample output

{
"processor": "https://apify.com/TrueFetch/best-job-search",
"processed_at": "2026-05-02T10:00:00+00:00",
"platform": "Indeed",
"platform_url": "https://www.indeed.com/viewjob?jk=abc123",
"official_url": "https://careers.acmecorp.com/jobs/456",
"title": "Senior Data Engineer",
"posted_date": "2026-04-28",
"location": "New York, NY",
"is_remote": false,
"job_type": "fulltime",
"job_level": "Senior",
"salary_period": "yearly",
"salary_minimum": 120000,
"salary_maximum": 160000,
"salary_currency": "USD",
"easy_apply": true,
"company_name": "Acme Corp",
"company_rating": 4.2,
"employee_count": "1001 to 5000",
"company_industry": "Technology"
}

💡 Use cases

For recruiters building candidate sourcing pipelines

Aggregate job listings from Indeed, LinkedIn, and Glassdoor for a target role and country in one run. Use posted_since: 2 weeks to capture fresh postings and filter by job_type and is_remote. Export to Excel or push via Webhook to your ATS.

For HR teams running salary benchmarking

Pull salary_minimum, salary_maximum, and salary_currency across hundreds of roles in multiple countries. The currency input normalizes all amounts to one currency for side-by-side comparison across regions.

For job aggregators and career platforms

Schedule the Actor daily or weekly per keyword + country combination to keep your job feed fresh. Deduplicate on platform_url or official_url and publish structured listings with company logos, descriptions, and ratings.

For AI agents and workforce analytics tools

Call the Actor via the Apify API or MCP server to answer queries like "What do senior Python engineers earn in Germany?" Ground LLM responses with live salary and listing data from salary_minimum, salary_maximum, job_level, and company_rating.


💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-result price$0.0023 per job listing = $2.30 per 1,000
Free-tier monthly allowance$5 Apify credits ≈ ~2,173 free listings / month
Min results per run10
Supported platformsIndeed, LinkedIn, Glassdoor, Naukri (India), Bdjobs (Bangladesh), Bayt (Gulf)
Output fields per listing34+
Salary normalizationYes — live exchange rates to your chosen currency
Login / cookies requiredNo — works without a job-board account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

You are billed only for successfully scraped, deduplicated job listings. Blocked requests, retries, and duplicates are not billed.


⚖️ Compared with alternatives

CapabilityBest Job SearchLinkedIn Jobs APIIndeed Publisher APICustom scraper
Multi-platform (Indeed + LinkedIn + Glassdoor + more)LinkedIn onlyIndeed onlyyou build & maintain
34 structured fields incl. salary + company datapartialpartialyou build & maintain
Salary normalization to your currencyyou implement
No platform account / API approval needed❌ (partner only)❌ (publisher only)
Managed request reliabilityN/A (API)N/A (API)you build & maintain
Pay-per-result pricing$2.30 / 1,000varies / restrictedvaries / restrictedinfrastructure + dev
Setup time to first result< 60 secondsdays–weeksdays–weeksdays–weeks

Verdict. Use Best Job Search when you need multi-platform job data without applying for restricted API access or managing browser sessions. LinkedIn Jobs API and Indeed Publisher API can be free within quotas if you qualify; this Actor wins on cross-platform coverage, salary normalization, and zero setup time.


⚠️ Common mistakes to avoid

  1. Omitting location on broad keywords. Without a location, the Actor searches the entire country. For role-specific pipelines, set location to a city (e.g. London) and distance to 25 for tighter targeting.
  2. Setting max_results too high for quick API calls. For AI-agent use cases, keep max_results between 10 and 50 for fast, focused responses; use larger values for batch reporting.
  3. Ignoring posted_since. Without a time filter, old listings from many months ago will appear. Set posted_since: 2 weeks or 1 month for active hiring signals.
  4. Not normalizing salary_currency. If you compare salary data across countries without setting a common currency, you will see figures in different currencies that are not comparable.
  5. Treating salary_minimum / salary_maximum as guaranteed. Many listings do not publish salary. Always check for null values and handle them in your pipeline.

🛠️ Troubleshooting

ProblemLikely causeFix
Fewer results than max_resultsFewer live listings match the keyword + country.Try a broader keyword or a larger country scope. Remove location filter if set.
salary_minimum and salary_maximum are nullPlatform did not publish salary for those listings.Expected on many listings — filter for salary_minimum IS NOT NULL in your downstream query.
Run returns 0 resultsKeyword has no matches on any supported platform.Try a synonym, a broader role title, or a different country.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.
is_remote: null on some listingsPlatform did not expose remote status for those listings.Expected — use work_from_home field as a secondary signal.
Results seem oldDefault posted_since is 1 year.Set posted_since: 2 weeks or 1 month to restrict to recent listings.

❓ FAQ

What data does Best Job Search return?

Best Job Search returns 34+ structured fields per job listing: processor, processed_at, platform, platform_url, official_url, title, posted_date, location, is_remote, description, job_type, job_level, job_function, listing_type, skills, work_from_home, vacancy_count, experience_range, salary_period, salary_minimum, salary_maximum, salary_currency, easy_apply, company_name, company_type, company_founded, company_industry, company_url, company_website, company_logo, company_addresses, company_revenue, company_description, company_rating, employee_count, review_count, emails, phones, and social_links.

How much does Best Job Search cost?

Best Job Search uses pay-per-result pricing at $0.0023 per job listing, or $2.30 per 1,000 listings. The Apify Free plan includes $5 of monthly platform credits, covering approximately 2,173 free listings per month. Blocked requests, retries, and duplicates are not billed.

Which platforms does Best Job Search support?

The Actor aggregates jobs from Indeed, LinkedIn, Glassdoor, Naukri (India), Bdjobs (Bangladesh), and Bayt (Gulf countries — Kuwait, Qatar, Bahrain, Oman, Saudi Arabia, UAE). Platform selection is automatic based on the country input.

Does Best Job Search require a login or API key?

No. Best Job Search reads public job listing pages without any platform account, cookies, or API key. Only an Apify token is needed to invoke the Actor.

Can I filter by remote jobs only?

Yes. Set remote_only: true in your input to return only remote job listings. You can also filter results by is_remote: true in a downstream query.

Can I export results to CSV or Excel?

Yes. Every run writes to the Apify default dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or fetched via https://api.apify.com/v2/datasets/<dataset-id>/items.

Can I schedule Best Job Search to monitor job postings automatically?

Yes. Use Apify Schedules to run the Actor daily or weekly. Combine with Webhooks to push new listings to Make, Zapier, n8n, Slack, Google Sheets, or your ATS the moment a run finishes.

What is the maximum number of listings per run?

max_results must be at least 10. There is no explicit hard cap; very large runs are supported by running the Actor in parallel across multiple keyword + location combinations.


🔌 Integrations

Best Job Search plugs straight into the Apify ecosystem:

  • Schedules — run daily or weekly to capture fresh job postings (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: building and maintaining an in-house multi-platform job scraping pipeline can consume recurring engineering time for infrastructure, monitoring, parser drift across Indeed, LinkedIn, and Glassdoor, and ongoing maintenance — before you ship a single business feature. Best Job Search replaces that line item with a metered $0.0023-per-listing invoice and zero on-call. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all 34+ output fields, full pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Added Bayt support for Gulf countries (Kuwait, Qatar, Bahrain, Oman, Saudi Arabia, UAE).
  • 2026-03 — Improved salary normalization with live exchange rate integration.
  • 2026-02 — Initial release: multi-platform job search across Indeed, LinkedIn, Glassdoor.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://apify.com/TrueFetch/best-job-search#website",
"url": "https://apify.com/TrueFetch/best-job-search",
"name": "Best Job Search",
"inLanguage": "en-US",
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "WebPage",
"@id": "https://apify.com/TrueFetch/best-job-search#webpage",
"url": "https://apify.com/TrueFetch/best-job-search",
"name": "Best Job Search — Multi-Platform Job Listings API (Indeed, LinkedIn, Glassdoor)",
"inLanguage": "en-US",
"isPartOf": {
"@id": "https://apify.com/TrueFetch/best-job-search#website"
},
"datePublished": "2026-02-01T00:00:00+00:00",
"dateModified": "2026-05-02T00:00:00+00:00",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": ["h1", "blockquote"]
},
"about": { "@id": "https://apify.com/TrueFetch/best-job-search#software" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#author-TrueFetch",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/AiAgentApi", "https://t.me/Apify_Actor"],
"knowsAbout": [
"job scraping",
"salary data extraction",
"Apify Actors",
"web data reliability"
]
},
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/best-job-search#software",
"name": "Best Job Search",
"description": "Apify Actor that searches job listings by keyword and country across Indeed, LinkedIn, Glassdoor, and regional platforms and returns 34+ structured fields as JSON / CSV / Excel. Pay-per-result at $2.30 per 1,000 listings.",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Web Scraping API",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/best-job-search",
"softwareVersion": "1.0",
"datePublished": "2026-02-01",
"dateModified": "2026-05-02",
"inLanguage": "en-US",
"mainEntityOfPage": {
"@id": "https://apify.com/TrueFetch/best-job-search#webpage"
},
"featureList": [
"Multi-platform aggregation: Indeed, LinkedIn, Glassdoor, Naukri, Bdjobs, Bayt",
"34+ structured output fields per listing (title, company, salary, remote, skills, contact info)",
"Salary normalization to your chosen currency using live exchange rates",
"Up to 10,000 listings per run, billed only on successful results",
"Managed request reliability with automatic retry handling",
"No platform login, cookies, or API key required",
"Export to JSON, JSONL, CSV, Excel, XML, RSS, or Apify dataset API",
"Native Apify integrations: Schedules, Webhooks, MCP server, Make, Zapier, n8n",
"Pay-per-result pricing at $0.0023 per job listing"
],
"offers": {
"@type": "Offer",
"price": "2.30",
"priceCurrency": "USD",
"priceSpecification": {
"@type": "UnitPriceSpecification",
"price": "2.30",
"priceCurrency": "USD",
"referenceQuantity": {
"@type": "QuantitativeValue",
"value": "1000",
"unitText": "listings"
}
},
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"],
"knowsAbout": [
"web scraping",
"job data",
"salary benchmarking",
"Apify Actors"
]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does Best Job Search return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Best Job Search returns 34+ structured fields per job listing including title, platform, salary range, remote status, company details, skills, and contact info."
}
},
{
"@type": "Question",
"name": "How much does Best Job Search cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Best Job Search uses pay-per-result pricing at $0.0023 per listing, or $2.30 per 1,000 listings. The Apify Free plan covers approximately 2,173 free listings per month."
}
},
{
"@type": "Question",
"name": "Which platforms does Best Job Search support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Actor aggregates jobs from Indeed, LinkedIn, Glassdoor, Naukri (India), Bdjobs (Bangladesh), and Bayt (Gulf countries). Platform selection is automatic based on the country input."
}
},
{
"@type": "Question",
"name": "Does Best Job Search require a login?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Best Job Search reads public job listing pages without any platform account, cookies, or API key."
}
},
{
"@type": "Question",
"name": "Can I schedule Best Job Search to run automatically?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Use Apify Schedules to run the Actor daily or weekly, and Webhooks to push new listings to Make, Zapier, n8n, Google Sheets, or your ATS the moment a run finishes."
}
}
]
},
{
"@type": "HowTo",
"name": "How to extract job listings with Best Job Search",
"step": [
{
"@type": "HowToStep",
"position": 1,
"name": "Open the Actor",
"text": "Go to apify.com/TrueFetch/best-job-search and click Try for free."
},
{
"@type": "HowToStep",
"position": 2,
"name": "Configure inputs",
"text": "Enter a keyword (e.g. data engineer), pick a country, and set max_results. Optionally set remote_only, job_type, and posted_since filters."
},
{
"@type": "HowToStep",
"position": 3,
"name": "Start the run and export",
"text": "Click Start. The Actor streams results to the dataset. Export as JSON, JSONL, CSV, Excel, XML, RSS, or pull via the dataset API."
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Jobs",
"item": "https://apify.com/store?category=JOBS"
},
{
"@type": "ListItem",
"position": 3,
"name": "Best Job Search",
"item": "https://apify.com/TrueFetch/best-job-search"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support