ParseForge Scrapers

Stack Overflow Jobs Scraper

parseforge/stack-overflow-jobs-scraper

JobsLead generationOther

Scrapes tech job listings from Stack Overflow Jobs by title, location, company, and occupation. Returns each listing as a flat row with full description, skills, and salary data.

Run this scraper See the API call
Total users
4
Monthly active
1
Total runs
167
Bookmarked
0
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Stack Overflow Jobs Scraper

Scrape job listings from Stack Overflow Jobs by title, location, company, or occupation, up to a million per run. Each listing returns the full job description, required skills, salary range, remote status, and company details. Export to CSV, JSON, Excel, or XML.

Stack Overflow Jobs hosts technical job listings from companies that value developer skills. Manually searching and copying listings is slow and does not scale when you need to track the market. This scraper reads the public job feed directly, applies your filters, and returns structured data without needing an API key or browser extension.

Who uses it What they scrape Stack Overflow Jobs for
Recruiters Build a pipeline of open technical roles at target companies.
Job seekers Monitor new listings for a specific tech stack and location.
Market analysts Track hiring demand for programming languages and frameworks.
Sales teams Identify companies that are actively hiring and expanding their engineering departments.

What it does

This Actor collects job listings from Stack Overflow Jobs based on your search criteria and returns each one as a flat, structured row.

  • ๐Ÿ” Keyword search: Filter by job title, skill, or company name like 'python developer' or 'Google'.
  • ๐Ÿ“ Location targeting: Narrow results to a city, state, or set to 'remote' for work-from-home roles.
  • ๐Ÿข Company filter: Limit results to a specific company's open positions.
  • ๐Ÿ’ผ Occupation filter: Target broad categories like 'Software Development Occupations' or 'Technology Occupations'.
  • ๐Ÿ  Remote only toggle: A single switch to collect only jobs that are explicitly remote.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Stack Overflow Jobs data

๐Ÿ“Š Analyze tech hiring trends.

A market analyst runs the scraper weekly for 'data engineer' across major US cities to track which tools and cloud platforms employers are requesting.

๐ŸŽฏ Build a target account list for sales.

A sales team scrapes listings filtered by 'cybersecurity' and remote-only to find companies actively investing in security engineering headcount.

๐Ÿ’ผ Monitor the job market for a specific stack.

A job seeker sets a daily run for 'React' and 'TypeScript' in Berlin to be the first to apply to new matching roles.

๐Ÿข Map a competitor's engineering growth.

A competitive intelligence analyst filters by a specific company name to collect every open technical role and infer their product roadmap.

Why choose this scraper

What you get
No API registration Reads the public job feed directly with no OAuth or developer app required.
Structured output Every listing is a flat row with a fixed schema, ready for spreadsheets or databases.
Full job details Captures the description body, required skills, salary range, and company information.
High volume Collect up to a million listings per run for large-scale market analysis.

How it compares

No other Store actor targets Stack Overflow Jobs the same way, so the honest comparison is with the alternatives teams actually weigh.

Stack Overflow Jobs Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Stack Overflow Jobs changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with a job title or keyword, and optionally narrow results by location, company, occupation, and remote status. Filters are applied as each page is read so only matching listings reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10,
  "searchKeyword": "software engineer",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}

A larger pull:

{
  "maxItems": 200,
  "searchKeyword": "software engineer",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}

Pricing

Pay-per-result: $0.03199 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $3.20
1,000 results $31.99
10,000 results $319.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Stack Overflow Jobs Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Stack Overflow Jobs through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/stack-overflow-jobs-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your search keyword and filters are not too restrictive. Try broadening the keyword or removing the location and company filters to see if results appear.

The run is slow or timing out.

Reduce the 'Max Concurrency' setting to lower the number of parallel requests. Also ensure you are using the recommended Apify proxy configuration.

Some job descriptions are truncated.

The Actor captures the full description as displayed on the listing page. If a listing is very long, check the original URL in your dataset to view the complete posting.

I am getting blocked or seeing captchas.

Ensure the proxy configuration is enabled with 'Use Apify Proxy' set to true. If the issue persists, try reducing the max concurrency to slow down the request rate.

FAQ

Question Answer
Do I need a Stack Overflow account to scrape jobs? No. This Actor reads the publicly available job listings and does not require a login, account, or API key.
Can I scrape remote jobs only? Yes. Set the 'Remote Only' toggle to true and the Actor will collect only listings that are explicitly marked as remote.
What data fields does each job listing include? Each row includes the job title, company name, location, remote status, full description body, required skills, salary range when available, and the original URL.
How many job listings can I collect in one run? You can set the maximum up to 1,000,000 listings. The Actor will stop when it reaches your limit or when no more matching listings are found.
Can I filter by a specific company? Yes. Use the 'Company Filter' input to return only listings from a specific company, such as 'Google' or 'Apple'.
What is the occupation filter? Stack Overflow groups jobs into broad occupation categories. You can filter by categories like 'Software Development Occupations' to narrow results to a specific field.
Does this scraper handle pagination automatically? Yes. The Actor navigates through all available pages of results for your search query until it reaches your max items limit or the end of the listings.
Can I export the results to a spreadsheet? Yes. You can export your dataset in CSV, JSON, Excel, or XML formats directly from the Apify platform.
Is a proxy required to run this Actor? Using an Apify proxy is recommended for reliable access and to avoid IP-based rate limiting, and it is pre-configured in the input settings.
Can I schedule this scraper to run automatically? Yes. You can set up a recurring schedule in Apify to run the Actor daily, weekly, or at any custom interval to monitor new listings.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Stack Exchange, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer Maximum number of job listings to collect per run. 10
searchKeyword string Job title, keywords, or company name (e.g. 'software engineer', 'python developer') software engineer
location string City, state, or 'remote' (e.g. 'New York', 'San Francisco, CA', 'remote') not set
remoteOnly boolean Only show remote jobs false
companyFilter string Filter by company name (e.g. 'Google', 'Apple') not set
occupationFilter string Filter by occupation category (e.g. 'Software Development Occupations', 'Technology Occupations') not set
maxConcurrency integer Maximum number of parallel page requests 5
proxyConfiguration object Proxy settings for reliable data collection {"useApifyProxy":true}

Pricing

from $23.99 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged once when the run starts. $0.005
Result Item Charged once per result collected. $0.02399 to $0.03199

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~stack-overflow-jobs-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Stack Overflow Jobs Scraper on Apify All scrapers