Welcome To The Jungle Job Scraper avatar
Welcome To The Jungle Job Scraper

Pricing

$29.00/month + usage

Go to Store
Welcome To The Jungle Job Scraper

Welcome To The Jungle Job Scraper

Developed by

Runtime

Runtime

Maintained by Community

Efficient job scraping actor: harvest top job offers and details from leading boards with precision and speed.

5.0 (1)

Pricing

$29.00/month + usage

1

Total users

5

Monthly users

3

Runs succeeded

>99%

Last modified

21 days ago

This actor scrapes job listings from Welcome to the Jungle, extracting key details such as job title, company, contract type, location, salary, remote options, and full job description. It adapts to dynamic page structures and supports pagination to fetch multiple pages of results.

Features

  • Reliable job listing extraction from Welcome to the Jungle.
  • Dynamic selectors to overcome changing CSS classes.
  • Pagination support for extensive job searches.
  • Structured JSON output for easy data integration.
  • Uses puppeteer-extra with Stealth plugin to avoid detection.

Input Parameters

  • jobQuery: Keyword for job search (default: "marketing").
  • aroundQuery: Regional filter (default: "France").
  • jobsMax: Maximum number of job listings to scrape (default: 50).
  • pagesMax: Maximum number of pagination pages to process (default: 5).
  • proxyConfiguration: Use Apify proxies (default: useApifyProxy true, apifyProxyGroups ["RESIDENTIAL"]).

Output

The scraped job listings are stored in an Apify Dataset as structured JSON:

{
"title": "Supplier Quality Engineer",
"company": "Electronics & Defense",
"contract": "Permanent contract",
"location": "Irvine",
"salary": "Not specified",
"remote": "",
"description": "Job description",
"url": "https://www.welcometothejungle.com/en/companies/"
},

How to Run

Configure your input parameters on the Apify platform, then run the actor. Data is pushed to an Apify dataset for easy export and further processing.

This project is intended for educational and research purposes only. The use of this Actor must comply with Welcome to the Jungle's Terms of Service and robots.txt policies.