Welcome to the Jungle Job Scraper avatar

Welcome to the Jungle Job Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Welcome to the Jungle Job Scraper

Welcome to the Jungle Job Scraper

Extract comprehensive job listings from Welcome to the Jungle with job titles, companies, locations, salaries, contract types, and full job descriptions.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

Jobs Scraper

Jobs Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Welcome to the Jungle (WTTJ) Job Scraper

High-performance, reliable Apify actor to scrape rich, comprehensive job listings from Welcome to the Jungle (welcometothejungle.com) across international (English) and France (French) job portals.

Features

  • Keyword & Location Search — Fast direct querying using Algolia index search for maximum speed and freshness.
  • Direct Job URL Scraping — Extract complete details and JSON-LD schema from specific job URLs.
  • Multi-Language Support — Supports English (en) and French (fr) domains.
  • Rich Data Fields — Extracts job titles, company profiles, locations, contract types, remote options, salary ranges, full mission descriptions, benefits, industries, professions, tags, and company logos.
  • Smart Filtering — Filter by contract type (full_time, part_time, internship, freelance), remote level (fulltime, partial, no), and minimum experience.
  • Strict Limit Enforcement — Tracks item counts and cleanly stops immediately when maxJobs is reached.
  • Cloud & Proxy Ready — Full support for Apify datacenter and residential proxies.

Input Parameters

FieldTypeDefaultDescription
modestring"search"Scraping mode: "search" or "jobUrl"
keywordsstring"frontend developer"Job title or search keywords
locationstring""Target city or country location
languagestring"en"Language domain: "en" (International) or "fr" (France)
contractTypestring""Filter by contract: "full_time", "part_time", "internship", "freelance", "temporary"
remotestring""Filter by remote: "fulltime", "partial", "no"
experienceLevelstring""Minimum years of experience ("0", "1", "2", "3", "5", "8")
maxJobsinteger50Maximum number of job listings to extract
startUrlsarray[]List of direct WTTJ job URLs (when mode: "jobUrl")
proxyConfigurationobjectResidentialProxy settings

Output Schema

Each record in the dataset is structured as comprehensive JSON:

FieldTypeDescription
jobIdstringUnique identifier for the job listing
titlestringJob listing title
companystringHiring company name
companyUrlstringURL to company profile on Welcome to the Jungle
companySizestringNumber of employees
locationstringCity, region, or country
contractTypestringContract type (e.g. full_time, contract)
remotestringRemote work arrangement (fulltime, partial, no)
experienceLevelstringMinimum experience required (in years)
salarystringFormatted compensation string
salaryMinnumberMinimum salary
salaryMaxnumberMaximum salary
salaryCurrencystringCurrency code (e.g. EUR, GBP, USD)
salaryPeriodstringPeriod (e.g. yearly, monthly)
descriptionstringFull description summary and key missions
benefitsarrayList of company perks and benefits
industrystringIndustry sector
professionstringProfession classification
logoUrlstringCompany logo image URL
postedDatestringISO 8601 publication timestamp
jobUrlstringDirect URL to the job posting
tagsarraySectors and skill tags
scrapedAtstringTimestamp when scraped

Sample Output

{
"jobId": "f7ed2f83-573c-4664-802c-de9e38703fed",
"title": "Senior Frontend Engineer - Remote Europe",
"company": "Reedsy",
"companyUrl": "https://www.welcometothejungle.com/en/companies/reedsy",
"companySize": "21",
"location": "London, England, United Kingdom",
"contractType": "full_time",
"remote": "fulltime",
"experienceLevel": "3",
"salary": "60,000–90,000 GBP / yearly",
"salaryMin": 60000,
"salaryMax": 90000,
"salaryCurrency": "GBP",
"salaryPeriod": "yearly",
"description": "Join Reedsy, a platform dedicated to providing authors with the tools and resources they need to create beautiful books.\n\nDevelop high quality, responsive, mobile-friendly Vue.js applications.",
"benefits": [
"Remote work allowance",
"Paid parental leave",
"Annual team retreat"
],
"industry": "Culture / Media / Entertainment",
"profession": "Front-end Developer",
"logoUrl": "https://cdn-images.welcometothejungle.com/logo.png",
"postedDate": "2026-08-22T22:00:13Z",
"jobUrl": "https://www.welcometothejungle.com/en/companies/reedsy/jobs/senior-frontend-engineer-remote-europe_london",
"tags": [
"Media",
"Education"
],
"scrapedAt": "2026-08-24T10:14:00.038Z"
}