JobTeaser Scraper is an Apify Actor that scrapes job listings from JobTeaser, including company names, job titles, locations, and contract types.
JobTeaser Scraper is an Apify Actor that scrapes job listings from JobTeaser, including company names, job titles, locations, and contract types.
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 |
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}
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.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!