StepStone Jobs Scraper(Pay As You Go) avatar
StepStone Jobs Scraper(Pay As You Go)

Pricing

from $4.00 / 1,000 results

Go to Apify Store
StepStone Jobs Scraper(Pay As You Go)

StepStone Jobs Scraper(Pay As You Go)

Developed by

PowerAI

PowerAI

Maintained by Community

Scrape job listings from StepStone.de with advanced stealth techniques and pay-per-result billing

5.0 (1)

Pricing

from $4.00 / 1,000 results

1

2

2

Last modified

5 days ago

StepStone Jobs Scraper

This actor scrapes job listings from StepStone.de, one of Germany's leading job search platforms, using advanced web scraping techniques to extract comprehensive job data.

Features

  • Comprehensive Job Search: Scrape job listings from multiple StepStone search URLs
  • Advanced Scraping: Stealth techniques to avoid detection
  • Real-time Data: Extracts live job data including all job details and metadata
  • Smart Pagination: Automatically handles pagination and infinite scroll
  • Proxy Support: Built-in proxy configuration for reliable scraping
  • Pay-per-Result: Charges only for successfully scraped job listings

Input

The actor accepts the following input parameters:

Required Parameters

  • searchUrls: Array of StepStone job search URLs to scrape

Optional Parameters

  • maxItems: Maximum number of job listings to scrape per run (default: 100, max: 50000)
  • proxyConfiguration: Proxy configuration for the scraper

Output

The actor outputs each job listing as an individual data item. Each job contains comprehensive information including:

{
"searchUrl": "https://www.stepstone.de/jobs/ai?searchOrigin=Homepage_top-search",
"id": "12345678",
"title": "Senior Software Engineer - AI/ML",
"company": {
"name": "TechCorp GmbH",
"logo": "https://example.com/logo.png"
},
"location": {
"city": "Berlin",
"country": "Germany"
},
"salary": {
"min": 60000,
"max": 80000,
"currency": "EUR"
},
"employmentType": "Full-time",
"workModel": "Hybrid",
"description": "We are looking for a Senior Software Engineer...",
"requirements": [
"5+ years of experience in software development",
"Experience with AI/ML technologies",
"Strong programming skills in Python and Java"
],
"benefits": [
"Competitive salary",
"Flexible working hours",
"Professional development opportunities"
],
"postedDate": "2024-01-15T10:30:00Z",
"applicationDeadline": "2024-02-15T23:59:59Z",
"scrapedAt": "2024-01-15T10:30:00Z"
}

Usage

  1. Input Configuration: Provide StepStone search URLs and scraping parameters
  2. Set Max Items: Specify how many job listings you want to scrape
  3. Run the Actor: Execute the actor with your input
  4. Get Results: Receive individual job listings in the dataset

Examples

{
"searchUrls": [
"https://www.stepstone.de/jobs/ai?searchOrigin=Homepage_top-search"
],
"maxItems": 50
}

Multiple Search URLs

{
"searchUrls": [
"https://www.stepstone.de/jobs/software-entwickler?searchOrigin=Homepage_top-search",
"https://www.stepstone.de/jobs/data-scientist?searchOrigin=Homepage_top-search",
"https://www.stepstone.de/jobs/marketing-manager?searchOrigin=Homepage_top-search"
],
"maxItems": 100
}

With Proxy Configuration

{
"searchUrls": [
"https://www.stepstone.de/jobs/ai?searchOrigin=Homepage_top-search"
],
"maxItems": 200,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Job Data Structure

Each job listing includes:

Basic Information

  • id: Unique job identifier
  • title: Job title
  • description: Detailed job description
  • employmentType: Type of employment (Full-time, Part-time, Contract, etc.)
  • workModel: Work arrangement (On-site, Remote, Hybrid)

Company Information

  • company.name: Company name
  • company.logo: Company logo URL
  • company.size: Company size information
  • company.industry: Company industry sector

Location Details

  • location.city: Job location city
  • location.region: Job location region/state
  • location.country: Job location country
  • location.postalCode: Postal code if available

Compensation

  • salary.min: Minimum salary
  • salary.max: Maximum salary
  • salary.currency: Salary currency
  • salary.period: Salary period (annual, monthly, hourly)

Job Requirements

  • requirements: Array of job requirements
  • skills: Required skills and technologies
  • experience: Required experience level
  • education: Educational requirements

Benefits & Perks

  • benefits: Array of job benefits
  • perks: Additional perks and advantages
  • vacation: Vacation and time-off information

Application Details

  • postedDate: When the job was posted
  • applicationDeadline: Application deadline
  • applicationUrl: Direct application URL
  • applicationMethod: How to apply (online, email, etc.)

Metadata

  • scrapedAt: When the data was scraped
  • searchUrl: Original search URL used
  • source: Data source identifier

Billing

This actor uses a pay-per-result billing model:

  • You are charged only for successfully scraped job listings
  • No charges for failed requests or empty results
  • Transparent pricing based on actual data extracted

Support

For technical support or questions about this actor, please contact our support team.

This actor is designed for legitimate research and business purposes. Users are responsible for complying with StepStone's terms of service and applicable laws. Please use responsibly and respect the website's robots.txt and rate limits.