Indeed Job Scraper - by URL avatar
Indeed Job Scraper - by URL

Pricing

$4.00 / 1,000 results

Go to Store
Indeed Job Scraper - by URL

Indeed Job Scraper - by URL

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Scrape full job listings from Indeed using URLs. Extract title, location, description, reviews, and more in JSON format. Cheaper than competitors at just $4/1k.

0.0 (0)

Pricing

$4.00 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

a day ago

Indeed Job Scraper by URL 🧠

Overview

This actor scrapes detailed job listings from Indeed based on a list of job URLs you provide. It's designed for professionals who need structured job data, including title, description, location, company name, and more, directly from the source.

Why choose this actor? ⭐

  • No proxies required – Scrapes data directly and efficiently.
  • 📋 Accurate job detail extraction from individual job pages.
  • 🔍 Perfect for recruiters, analysts, or job aggregation tools.
  • 💵 Affordable – Optimized pricing for high-volume needs.

Use Cases

  • Build a job aggregation or lead gen tool.
  • Analyze hiring trends across industries or regions.
  • Enrich internal HR datasets.
  • Monitor competitor hiring practices.

Key Features 🔑

  • Scrapes all key job attributes from a given list of Indeed URLs.
  • Returns clean JSON structured data for direct ingestion.
  • Fast and lightweight – optimized for real-time or scheduled runs.
  • Accepts unlimited URLs (within memory/runtime limits).

How It Works

  1. Input a list of Indeed job URLs.
  2. The actor visits each listing and extracts structured details.
  3. Output is returned in a clean JSON format.

Input Parameters

FieldTypeDescriptionExample
urlsarrayList of Indeed job listing URLs to scrape["https://ar.indeed.com/viewjob?jk=eae37526045214a4"]

Output (Full Example)

{
"jobid": "xxxxxxxxxxxxxxxx",
"company_name": "Company Sample",
"date_posted_parsed": "2025-07-01T00:00:00.000Z",
"job_title": "Sample Job Title",
"description_text": "Full plain text job description here...",
"job_type": "Tiempo completo",
"location": "Buenos Aires, Buenos Aires",
"company_rating": 4.2,
"company_reviews_count": 45,
"country": "AR",
"date_posted": "hace 2 días",
"description": "Full HTML or formatted version...",
"region": "B",
"company_link": "https://ar.indeed.com/cmp/Company-Sample",
"domain": "https://ar.indeed.com",
"url": "https://ar.indeed.com/viewjob?jk=xxxxxxxxxxxxxxxx",
"is_expired": false,
"job_location": "Buenos Aires, Buenos Aires",
"job_description_formatted": "<p>HTML formatted content here</p>",
"logo_url": null,
"timestamp": "2025-07-08T17:00:00.000Z",
"input": {
"url": "https://ar.indeed.com/viewjob?jk=xxxxxxxxxxxxxxxx"
}
}

Pricing 💰

TierPrice per 1,000 results
Free (up to 10)$0
Pay-as-you-go$4

🚫 MAX_RESULTS MUST BE MULTIPLE OF 10
⚠️ ONLY FIRST 10 RESULTS FREE FOR FREE USERS
🔒 THIS ACTOR DOES NOT USE PROXIES

This actor is not affiliated with or endorsed by Indeed. Usage is subject to Indeed's Terms of Service. You are solely responsible for complying with all applicable laws and terms.

Update Policy

This actor is actively maintained. Breaking changes to the Indeed website will be patched promptly. For support or feature requests, reach out via the Apify contact form.

FAQ

Can I scrape expired jobs?
No, only active listings return data.

Does it support pagination or searches?
No, this actor only scrapes specific job pages via direct URLs.

Is there a max URL limit?
No hard limit, but practical limits apply based on memory/runtime.