Built In Job Scraper avatar

Built In Job Scraper

Pricing

Pay per usage

Go to Apify Store
Built In Job Scraper

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

Nomad.Dev

Nomad.Dev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

16 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:

FieldDescription
jobIdStable numeric listing id
titleJob title
companyHiring company name
locationLocation / remote badge as shown on the listing card
salarySalary range when displayed (e.g. "130K–160K Annually")
postedAtRelative posted time as shown (e.g. "3 Days Ago")
urlDirect link to the full listing
snippetCard-level preview or full description (see includeDescription)
sourceAlways builtin

Input

FieldTypeDefaultNotes
categoryPagesarray(curated set)Category page paths or full URLs to scrape. Leave empty for defaults.
maxItemsinteger50Cap on total results; 0 = no limit.
maxPagesPerCategoryinteger1Pagination depth per category (1–5).
includeDescriptionbooleantrueFetch 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.