Pricing
Pay per usage
Built In Job Scraper
Collect tech and startup job listings from Built In's public category pages as clean structured data. Filter by category, cap output, and optionally include full job descriptions. No login or API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 hours ago
Last modified
Categories
Share
Collect tech and startup job listings from Built In as clean, structured data β no login, no API key, no setup.
Monitor hundreds of current openings across engineering, data science, DevOps, design, and more. Export to JSON/CSV/Excel or pull via the Apify API.
Why use it
- Always current β reflects live listings from the Built In platform.
- Tech and startup focused β curated for software engineering, data, and product roles at growth-stage companies.
- Remote-ready defaults β the default category set targets remote-eligible listings so you get globally-accessible roles without extra configuration.
- Rich output β optional full job descriptions give your pipeline everything it needs for AI matching, summarisation, or filtering.
What you get
One dataset item per listing:
| Field | Description |
|---|---|
jobId | Stable numeric listing id |
title | Job title |
company | Hiring company name |
location | Location / remote badge as shown on the listing card |
salary | Salary range when displayed (e.g. "130Kβ160K Annually") |
postedAt | Relative posted time as shown (e.g. "3 Days Ago") |
url | Direct link to the full listing |
snippet | Card-level preview or full description (see includeDescription) |
source | Always builtin |
Input
| Field | Type | Default | Notes |
|---|---|---|---|
categoryPages | array | (curated set) | Category page paths or full URLs to scrape. Leave empty for defaults. |
maxItems | integer | 50 | Cap on total results; 0 = no limit. |
maxPagesPerCategory | integer | 1 | Pagination depth per category (1β5). |
includeDescription | boolean | true | Fetch full descriptions from detail pages. Richer output, more requests. |
Default categories
When categoryPages is empty the scraper targets these remote-friendly paths:
/jobs/remote/dev-engineering/front-end/jobs/remote/dev-engineering/javascript/jobs/remote/data-analytics/machine-learning/jobs/remote/dev-engineering/devops/jobs/remote/data-analytics/data-engineering
You can override these with any Built In category path or full URL.
Example input
{"categoryPages":["/jobs/remote/dev-engineering/front-end","/jobs/remote/data-analytics/data-engineering"],"maxItems":100,"maxPagesPerCategory":2,"includeDescription":true}
Returns up to 100 remote front-end and data engineering listings, each with the full description text, pulling up to 2 pages per category.
Use cases
- Job seekers tracking new tech openings across multiple categories in one run.
- Recruitment and talent teams sourcing candidates and benchmarking roles.
- Job-board aggregators and newsletters curating startup and tech listings.
- Researchers and analysts studying compensation, skills, and hiring trends.
