VOOZH about

URL: https://apify.com/truefetch/job-search

⇱ Multi-Platform Jobs API β€” Indeed, LinkedIn, Glassdoor Β· Apify


Pricing

from $4.50 / 1,000 results

Go to Apify Store

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

Pricing

from $4.50 / 1,000 results

Rating

5.0

(5)

Developer

πŸ‘ TrueFetch

TrueFetch

Maintained by Community

Actor stats

23

Bookmarked

806

Total users

65

Monthly active users

18 hours

Issues response

3 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 Listing
πŸ‘ Multi-Platform Jobs
πŸ‘ Pay per Result
πŸ‘ No Cookies
πŸ‘ Telegram Support
πŸ‘ Telegram Group

Best Job Listing β€” Multi-Platform Job Listings API (41 platforms)

Search jobs by keyword and country across Indeed, LinkedIn, Glassdoor, ZipRecruiter, Naukri, Jooble, Bayt, and dozens of 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 Listing is a no-login Apify Actor that returns 34 structured fields per job listing across 41 global and regional job platforms at $4.50 per 1,000 results, with salary normalization, managed reliability, and JSON / CSV / Excel export. Last verified 2026-06-17.

What it is NOT: Best Job Listing 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 Listing is an Apify Actor that searches any keyword and country across 41 job platforms, including Indeed, LinkedIn, Glassdoor, ZipRecruiter, Naukri, Jooble, Bayt, JobStreet, StepStone, USAJOBS, and regional boards. It 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. max_results is applied per platform, salaries are normalized to your chosen currency, and billing is per delivered result at $4.50 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.


πŸ’Ό Why choose Best Job Listing

Best Job Listing 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 41 global and regional platforms, including Indeed, LinkedIn, Glassdoor, ZipRecruiter, Naukri, Jooble, Bayt, JobStreet, StepStone, USAJOBS, and more.
  • πŸ’Έ 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 $4.50 per 1,000 successful job listings ($0.0045 per result). No charge for blocked requests, retries, or duplicates. Free Apify plan includes $5 monthly credits β‰ˆ ~1,111 free job listings per month.

πŸš€ Quick Start β€” run in 3 steps

Run in Apify Console

  1. Open the Actor β€” go to Best Job Listing 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 Listing 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

ParameterTypeRequiredDefault if omittedDescriptionExample
keywordstringβœ…β€”Job title, role, or skill to search for across platforms.data engineer
countrystringβœ…β€”Country name to search jobs in. Determines which platforms are included for the run.United States
max_resultsintegerβœ…β€”Maximum number of job listings to return per platform. Minimum 10. Each successful listing is billed once.200
remote_onlyboolean❌falseIf true, restrict results to remote-friendly listings where the selected platform supports that filter.true
job_typestring❌allBest-effort filter by job type: all, fulltime, parttime, internship, contract. Platform support varies.fulltime
distanceinteger❌no radius filterSearch radius around location where supported. Minimum 50. Ignored by platforms that do not expose a radius filter.50
locationstring❌country-wideOptional city or region to focus the job search (e.g. New York, London). If omitted, the country is searched.San Francisco
posted_sincestring❌no date filterBest-effort freshness filter (e.g. 1 week, 30 days, 3 months). Platform support varies.2 weeks
currencystring❌USDISO 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. Optional filters such as distance, posted_since, and job_type are applied only when provided and only on platforms that support the corresponding filter.

{
"keyword":"product manager",
"country":"United Kingdom",
"max_results":200,
"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
processorstringβœ…Apify Actor URL that produced this record.https://apify.com/truefetch/best-job-listing
processed_atstringβœ…ISO 8601 UTC timestamp when the record was processed.2026-05-02T10:00:00+00:00
platformstringβœ…Source platform (Indeed, Linkedin, Glassdoor, Naukri, etc.).Indeed
platform_urlstringβœ…Job 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
titlestringβœ…Job 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-listing",
"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.0045 per job listing = $4.50 per 1,000
Free-tier monthly allowance$5 Apify credits β‰ˆ ~1,111 free listings / month
Min results per platform10
Supported platforms41 platforms, selected automatically by country or explicitly through platforms input
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 ListingLinkedIn Jobs APIIndeed Publisher APICustom scraper
Multi-platform (Indeed + LinkedIn + Glassdoor + more)βœ…LinkedIn onlyIndeed onlyyou build & maintain
34 structured fields incl. salary + company dataβœ…partialpartialyou build & maintain
Salary normalization to your currencyβœ…βŒβŒyou implement
No platform account / API approval neededβœ…βŒ (partner only)❌ (publisher only)βœ…
Managed request reliabilityβœ…N/A (API)N/A (API)you build & maintain
Pay-per-result pricing$4.50 / 1,000varies / restrictedvaries / restrictedinfrastructure + dev
Setup time to first result< 60 secondsdays–weeksdays–weeksdays–weeks

Verdict. Use Best Job Listing 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 a supported radius for tighter targeting.
  2. Treating max_results as a run-wide cap. max_results is applied per platform, so a multi-platform run can return more than max_results total listings.
  3. Assuming every platform supports every filter. posted_since, distance, remote_only, and job_type are best-effort filters. Some platforms ignore filters they do not expose.
  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 oldNo posted_since filter was provided, or the platform does not support freshness filtering.Set posted_since: 2 weeks or 1 month, and expect platform-dependent coverage.

❓ FAQ

What data does Best Job Listing return?

Best Job Listing 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 Listing cost?

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

Which platforms does Best Job Listing support?

The Actor aggregates jobs from 41 global and regional platforms, including Indeed, LinkedIn, Glassdoor, ZipRecruiter, Naukri, Jooble, Bayt, JobStreet, Glints, StepStone, Reed, Totaljobs, CV-Library, VDAB, HelloWork, InfoJobs, Job Bank, Jobs.ch, Pracuj.pl, Talent.com, USAJOBS, and more. Platform selection is automatic based on the country input, or you can pass platforms to narrow the run.

Does Best Job Listing require a login or API key?

No. Best Job Listing 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 Listing 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 platform?

max_results must be at least 10 and is applied per platform. For example, max_results: 50 across five selected platforms can return up to 250 listings before deduplication and platform availability limits.


πŸ”Œ Integrations

Best Job Listing 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 API β€” run-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 Listing replaces that line item with a metered $0.0045-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-listing#website",
"url":"https://apify.com/truefetch/best-job-listing",
"name":"Best Job Listing",
"inLanguage":"en-US",
"publisher":{"@id":"https://apify.com/TrueFetch#publisher"}
},
{
"@type":"WebPage",
"@id":"https://apify.com/truefetch/best-job-listing#webpage",
"url":"https://apify.com/truefetch/best-job-listing",
"name":"Best Job Listing β€” Multi-Platform Job Listings API (41 platforms)",
"inLanguage":"en-US",
"isPartOf":{
"@id":"https://apify.com/truefetch/best-job-listing#website"
},
"datePublished":"2026-02-01T00:00:00+00:00",
"dateModified":"2026-06-17T00:00:00+00:00",
"speakable":{
"@type":"SpeakableSpecification",
"cssSelector":["h1","blockquote"]
},
"about":{
"@id":"https://apify.com/truefetch/best-job-listing#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/TrueFetch"],
"knowsAbout":[
"job scraping",
"salary data extraction",
"Apify Actors",
"web data reliability"
]
},
{
"@type":"SoftwareApplication",
"@id":"https://apify.com/truefetch/best-job-listing#software",
"name":"Best Job Listing",
"description":"Apify Actor that searches job listings by keyword and country across 41 global and regional job platforms and returns 34+ structured fields as JSON / CSV / Excel. Pay-per-result at $4.50 per 1,000 listings.",
"applicationCategory":"BusinessApplication",
"applicationSubCategory":"Web Scraping API",
"operatingSystem":"Web, Cloud",
"url":"https://apify.com/truefetch/best-job-listing",
"softwareVersion":"1.0",
"datePublished":"2026-02-01",
"dateModified":"2026-06-17",
"inLanguage":"en-US",
"mainEntityOfPage":{
"@id":"https://apify.com/truefetch/best-job-listing#webpage"
},
"featureList":[
"Multi-platform aggregation across 41 global and regional job platforms",
"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 platform, 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.0045 per job listing"
],
"offers":{
"@type":"Offer",
"price":"4.50",
"priceCurrency":"USD",
"priceSpecification":{
"@type":"UnitPriceSpecification",
"price":"4.50",
"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/TrueFetch","https://t.me/AiAgentApi"],
"knowsAbout":[
"web scraping",
"job data",
"salary benchmarking",
"Apify Actors"
]
},
{
"@type":"FAQPage",
"mainEntity":[
{
"@type":"Question",
"name":"What data does Best Job Listing return?",
"acceptedAnswer":{
"@type":"Answer",
"text":"Best Job Listing 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 Listing cost?",
"acceptedAnswer":{
"@type":"Answer",
"text":"Best Job Listing uses pay-per-result pricing at $0.0045 per listing, or $4.50 per 1,000 listings. The Apify Free plan covers approximately 1,111 free listings per month."
}
},
{
"@type":"Question",
"name":"Which platforms does Best Job Listing support?",
"acceptedAnswer":{
"@type":"Answer",
"text":"The Actor aggregates jobs from 41 global and regional platforms, including Indeed, LinkedIn, Glassdoor, ZipRecruiter, Naukri, Jooble, Bayt, JobStreet, StepStone, USAJOBS, and more. Platform selection is automatic based on the country input, or can be narrowed with the platforms input."
}
},
{
"@type":"Question",
"name":"Does Best Job Listing require a login?",
"acceptedAnswer":{
"@type":"Answer",
"text":"No. Best Job Listing reads public job listing pages without any platform account, cookies, or API key."
}
},
{
"@type":"Question",
"name":"Can I schedule Best Job Listing 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 Listing",
"step":[
{
"@type":"HowToStep",
"position":1,
"name":"Open the Actor",
"text":"Go to apify.com/truefetch/best-job-listing 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 platforms, remote_only, location, distance, 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 Listing",
"item":"https://apify.com/truefetch/best-job-listing"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch Β· πŸ’¬ Telegram Group Β· πŸ“§ Support

You might also like

Fast LinkedIn Job Scraper

ivanvs/fast-linkedin-job-scraper

Extract job listings from Linkedin. Scrape details job details like when it is posted, number of applicants, location and salary range. Download listings data in JSON, XML, Excel.

Jobs Email Scraper – Advanced Cheap & Reliable πŸ”πŸ’Ό

scrapestorm/jobs-email-scraper---advanced-cheap-reliable

πŸ” Scrape Job-Related Emails Easily Enter your search parameters (e.g. job title, email domains & platform) to collect verified professional contact along with role title, description snippet & more πŸ“Š Perfect for recruitment, B2B lead generation, freelancer outreach & talent database enrichment🧩

52

1.0

Carrefour Scraper (Pay Per Result)

123webdata/carrefour-scraper

A scraper for Carrefour to extract product and pricing information from supermarket category and item pages. Useful for analytics, AI model training, and inventory tracking. Pricing: $0.005/result. 10 results on free trial.

πŸ‘ User avatar

MilΓ‘n VΓ‘sΓ‘rhelyi

88

Hiring Signal Lead Scraper - Job Boards + Email Enrichment

conceivable_extension/hiring-signal-lead-scraper

Scrapes job boards to find companies actively hiring in target roles β€” the top B2B buying signal. Returns leads with verified emails via Hunter.io. Covers Indeed, LinkedIn, Greenhouse, Lever, and Workable. Built for cold email agencies, SDR teams, and n8n/Make workflows.

3

Glassdoor Job Listing

truefetch/glassdoor-job-listing

Search Glassdoor across 60+ countries β€” salary range, company rating, culture score, CEO approval, apply link, and 34 fields per job. No Glassdoor account. $4.50 per 1,000.

152

4.5

Indeed Job Listing

truefetch/indeed-job-listing

Search Indeed globally β€” full job description, salary range, company rating, remote flag, posted date, and 35 structured fields. 50+ countries. $3.75 per 1,000. No login.

321

5.0

Glassdoor Jobs Scraper

silentflow/glassdoor-jobs-scraper

Extract Glassdoor job listings with salary ranges, company ratings, remote status, and 30+ structured fields per job. Search across 23 countries with advanced filters for job type, seniority level, remote work, salary range, industry, and company size. Multi-keyword search with deduplication.

Jobs Scraper β€” Indeed, LinkedIn & Glassdoor

khadinakbar/jobs-scraper

Aggregate job listings from Indeed, LinkedIn and Glassdoor in one run. Returns title, company, location, salary, posted date, apply URL. $3/1K.

251

Glassdoor Jobs Scraper Ppr

silentflow/glassdoor-jobs-scraper-ppr

Extract Glassdoor job listings with salary ranges, company ratings, remote status, and 30+ structured fields per job. Search across 23 countries with filters for job type, seniority, remote work, salary range, industry, and company size. Multi-keyword search with automatic deduplication included.

Linkedin Indeed Glassdoor Job Scraper

gauravsaran/linkedin-indeed-glassdoor-job-scraper

πŸš€ Find your dream job instantly! Search Indeed, LinkedIn & Glassdoor simultaneously. Get hundreds of jobs with salary data, remote filters & company details in seconds. Perfect for job seekers, recruiters & HR teams. Works globally in 60+ countries. Fast, reliable & easy to use!

205

1.0