JobTeaser Scraper avatar
JobTeaser Scraper

Pricing

$29.00/month + usage

Go to Store
JobTeaser Scraper

JobTeaser Scraper

Developed by

Runtime

Runtime

Maintained by Community

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

5.0 (1)

Pricing

$29.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

3 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.
  • Dynamic pagination that continues until the job limit is reached.
  • Advanced anti-detection measures to avoid blocking.
  • Optimized with batch processing for large scrapes.
  • Integrated with Apify Proxy for reliable access.
  • 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
jobsMaxintegerTarget number of job listings to scrape. The scraper will attempt to reach this number, but might collect fewer if blocked by the website.50
jobQuerystringOptional search term for jobs (e.g. 'developer', 'marketing').``
batchSizeintegerNumber of jobs to collect before pushing to the dataset (reduces memory usage for large scrapes).20
useApifyProxybooleanWhether to use Apify Proxy for scraping.true
proxyConfigurationobjectOptional proxy configuration for advanced settings.{ "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }

Website Limitations

JobTeaser implements progressive anti-bot measures that may limit the number of pages accessible in a single run. In testing, the scraper was typically able to reliably access 2-3 pages (40-60 jobs) before encountering blocking.

For best results:

  • Keep jobsMax reasonable (50-100 is recommended)
  • Use residential proxies
  • Consider running multiple smaller scrapes rather than one large scrape
  • The scraper will intelligently handle blocking and continue to the next pages when possible

Output

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

[
{
"company": "JobTeaser",
"title": "Business Developer (M/F/D)",
"link": "https://www.jobteaser.com/fr/job-offers/652e4f99-9a2f-4454-8dfa-511fb8163c42",
"contract": "CDI",
"location": "Cologne, Germany"
},
{
"company": "Accenture",
"title": "Data Scientist",
"link": "https://www.jobteaser.com/fr/job-offers/7a1e3f88-8b2f-4454-7gfa-511fb8163c42",
"contract": "CDI",
"location": "Paris, France"
}
]

Anti-Detection Features

This scraper implements advanced techniques to avoid being blocked:

  • Residential proxy rotation
  • User-agent rotation
  • Human-like browsing behavior simulation
  • Request throttling and random delays
  • Browser fingerprint randomization
  • Session persistence and management

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.