Welcome to the Jungle Job Scraper avatar

Welcome to the Jungle Job Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Welcome to the Jungle Job Scraper

Welcome to the Jungle Job Scraper

Scrape job listings from Welcome to the Jungle with salaries, company information, benefits, and full job descriptions. Perfect for recruitment analysis.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 hours ago

Last modified

Share

Collects public, source-backed job and company records from Welcome to the Jungle. Search mode uses the site's public search index; direct URL mode reads the public JobPosting JSON-LD embedded in each job page. Browser automation is not required.

Modes

  • search: provide keywords, optionally a location and job filters. Results include stable job IDs, canonical URLs, company metadata, locations, contract and remote policies, salary fields when published, professions, sectors, publication dates, query provenance, and more.
  • jobUrl: provide one or more English or French /companies/.../jobs/... URLs. Results include the full public description, qualifications, employer website/logo/address, job locations, employment type, publication/expiry dates, and salary data when published.
  • Set includeDetails in search mode to merge public job-page JSON-LD into each selected search result. Detail requests run with bounded concurrency and retain the rich search record if an optional detail page becomes unavailable.

Missing optional values are omitted rather than emitted as null, blank, N/A, or guessed data. Job URLs are canonicalized and deduplicated. maxJobs and maxPages are strict crawl bounds; zero-record and direct-page failures fail the run.

Search example

{
"mode": "search",
"keywords": "frontend developer",
"language": "en",
"maxJobs": 5,
"maxPages": 1,
"includeDetails": false
}

Direct URL example

{
"mode": "jobUrl",
"startUrls": [
"https://www.welcometothejungle.com/en/companies/modjo/jobs/front-end-engineer_paris_MODJO_r1OWAWZ"
],
"maxJobs": 1
}

proxyConfiguration is optional. Direct access is the default because the public endpoints normally work without a proxy; standard Apify Proxy or custom proxy settings can be supplied when a network requires one.

Run locally with apify run --purge --input-file qa-inputs/local-search.json. In Apify Cloud, use the same input shape and a bounded timeout.

Output

Every item includes jobId, title, jobUrl, mode, source, sourcePageUrl, and scrapedAt. Optional fields appear only when the source publishes them. See .actor/dataset_schema.json for the complete typed field set.