JobTeaser Scraper

JobTeaser Scraper

JobTeaser Scraper is an Apify Actor that scrapes job listings from JobTeaser, including company names, job titles, locations, and contract types.

JOBSLEAD_GENERATIONINTEGRATIONSApify

🚀 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

ParameterTypeDescriptionDefault Value
startUrlsarrayList of JobTeaser job pages to scrape.https://www.jobteaser.com/fr/job-offers
pagination_maxintegerMaximum number of pages to scrape.3
products_maxintegerMaximum 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}

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!