JobTeaser Scraper
$29.00/month
JobTeaser Scraper
$29.00/month
JobTeaser Scraper is an Apify Actor that scrapes job listings from JobTeaser, including company names, job titles, locations, and contract types.
Actor Metrics
2 monthly users
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Mar 2025
Modified 8 days ago
🚀 JobTeaser Scraper
JobTeaser Scraper is an Apify Actor that scrapes job listings from JobTeaser, including company names, job titles, locations, and contract types.
Features
- ✅ Scrapes company names, job titles, locations, and contract types.
- ✅ Handles pagination and max job limits.
- ✅ Headless Puppeteer scraping with stealth mode.
- ✅ Stores data in Apify Dataset for easy export.
Input Parameters
Parameter | Type | Description | Default Value |
---|---|---|---|
startUrls | array | List of JobTeaser job pages to scrape. | https://www.jobteaser.com/fr/job-offers |
pagination_max | integer | Maximum number of pages to scrape. | 3 |
products_max | integer | Maximum number of job listings to scrape. | 50 |
Output
The scraped job listings are stored in an Apify Dataset as structured JSON:
1{ 2 "url": "https://www.jobteaser.com/fr/job-offers", 3 "jobs": [ 4 { 5 "company": "JobTeaser", 6 "title": "Business Developer (M/F/D)", 7 "link": "https://www.jobteaser.com/fr/job-offers/652e4f99-9a2f-4454-8dfa-511fb8163c42", 8 "contract": "CDI", 9 "location": "Cologne, Germany" 10 } 11 ] 12}
⚠️ Legal Disclaimer
This project is intended for educational and research purposes only. The use of this Actor must comply with JobTeaser’s Terms of Service and robots.txt policies.
You are responsible for ensuring your use case does not violate JobTeaser’s website terms.