Built In Scraper - US Tech Jobs & Companies | $3/1K Jobs avatar

Built In Scraper - US Tech Jobs & Companies | $3/1K Jobs

Pricing

from $3.00 / 1,000 jobs

Go to Apify Store
Built In Scraper - US Tech Jobs & Companies | $3/1K Jobs

Built In Scraper - US Tech Jobs & Companies | $3/1K Jobs

Extract tech job listings from BuiltIn.com. Returns job title, company, logo, location, work arrangement, posting date, and description snippet. Covers engineering, design, data, product, marketing, and sales roles across US cities.

Pricing

from $3.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Ale

Ale

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Built In Scraper - US Tech Jobs & Companies

Extract tech job listings from BuiltIn.com — a leading US tech job board covering engineering, design, data, product, marketing, and sales roles. Get structured data including company info, locations, work arrangements, and descriptions. No code needed.


What data can you extract?

Every job listing includes:

Job details

  • Job title and unique ID
  • Full description (plain text + raw HTML)
  • Salary: structured min/max + display text (e.g. "170K-234K Annually")
  • Experience level (Junior, Mid, Senior, Expert/Leader)
  • Work arrangement (Remote, Hybrid, In-Office)
  • Posting date
  • Direct link to the full job posting

Company details

  • Company name and logo URL
  • Company HQ location
  • Number of employees
  • Year founded
  • Industries (e.g. "eCommerce", "Fintech", "Software")
  • Company description ("What We Do")

Company enrichment (optional, with includeCompanyInfo: true)

  • Company profile URL on Built In
  • Company website URL
  • Tech stack (e.g. "Golang", "React", "PostgreSQL", "AWS")
  • All office locations (e.g. "San Francisco", "New York", "London")
  • Total active job openings
  • Link to all company jobs on Built In

Location

  • City and state (e.g. "San Francisco, CA", "New York, NY")

Meta

  • Source URL on Built In
  • Which search query or URL found the job
  • Scrape timestamp

Pricing

$3 per 1,000 jobs — simple, predictable pricing.

JobsCost
10 jobs$0.03
100 jobs$0.30
1,000 jobs$3.00

Every job includes company info, location, work arrangement, and description. No hidden fees, no monthly subscription.


Use with AI Agents (MCP)

Connect this actor to any MCP-compatible AI client — Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or custom agents.

Apify MCP server URL:

https://mcp.apify.com?tools=nanoscrape/builtin-scraper

Example prompt once connected:

"Use builtin-scraper to find software engineering jobs in San Francisco. Return the top 20 as a table with title, company, and work arrangement."

"Use builtin-scraper to extract remote tech jobs. Show me companies hiring for data roles."


How to use

The scraper supports two input modes:

Go to builtin.com/jobs, pick a category or city, and paste the URL. All filters are preserved automatically.

{
"searchUrls": [
"https://builtin.com/jobs/dev-engineering",
"https://builtin.com/jobs/remote",
"https://builtin.com/jobs/san-francisco"
]
}

Supported categories:

  • /jobs/dev-engineering — Software Engineering
  • /jobs/design-ux — Design & UX
  • /jobs/data-analytics — Data & Analytics
  • /jobs/product — Product
  • /jobs/marketing — Marketing
  • /jobs/sales — Sales
  • /jobs/remote — Remote only
  • /jobs/{city} — By city (e.g. san-francisco, new-york, chicago, austin, seattle, denver, boston, los-angeles)

2. Search Keywords

Enter one or more keywords. The scraper searches Built In and returns matching jobs.

{
"searchQueries": ["software engineer", "product manager", "data scientist"],
"maxResultsPerQuery": 50
}

Input reference

FieldTypeDescription
searchUrlsstring[]Category or city URLs from builtin.com/jobs.
searchQueriesstring[]One or more search keywords.
maxResultsPerQueryintegerMax results per keyword/URL (default 100).
maxResultsintegerTotal cap across all modes (default 10, 0 = unlimited).
includeJobDetailsbooleanFetch each job's detail page for full description, salary, experience level, and company info (default: true).
includeCompanyInfobooleanFetch company profile page for tech stack, website, and office locations (default: false).
maxConcurrencyintegerParallel detail/company page fetches (default 5).
proxyConfigurationobjectProxy settings. Datacenter proxies work great.

Output example

{
"id": "8234567",
"title": "Senior Software Engineer",
"company": "Stripe",
"company_logo_url": "https://cdn.builtin.com/cdn-cgi/image/f=auto,q=80/logos/stripe-logo.png",
"location": "San Francisco, CA",
"work_arrangement": "Remote or Hybrid",
"salary_min": 170000,
"salary_max": 234000,
"salary_currency": "USD",
"salary_period": "year",
"salary_text": "170K-234K Annually",
"experience_level": "Senior",
"description_snippet": "We're looking for a Senior Software Engineer to join our Payments team...",
"description_full": "About the Role\nWe're looking for a Senior Software Engineer to join our Payments team...",
"company_hq": "San Francisco, CA",
"company_employees": "8,000 Employees",
"company_founded": "2010",
"company_industries": ["Fintech", "Software", "Payments"],
"company_description": "Stripe is a technology company that builds economic infrastructure for the internet...",
"company_profile_url": "https://builtin.com/company/stripe",
"company_website": "https://stripe.com",
"company_tech_stack": ["Ruby", "Go", "React", "PostgreSQL", "AWS", "Kafka", "Kubernetes"],
"company_offices": ["San Francisco", "New York", "Dublin", "Singapore", "Tokyo"],
"company_total_jobs": 62,
"company_all_jobs_url": "https://builtin.com/jobs?companyId=12345&allLocations=true",
"posted_at": "6 Hours Ago",
"source_url": "https://builtin.com/job/senior-software-engineer/8234567",
"source_platform": "builtin.com",
"search_query": "https://builtin.com/jobs/dev-engineering",
"scraped_at": "2026-05-04T14:30:00Z"
}

Speed

Jobs~TimeMemory
10~5 seconds~16 MB
100~30 seconds~16 MB
1,000~5 minutes~20 MB

Integrations

This actor works with all Apify integrations:

  • API — trigger runs and download results programmatically
  • Webhooks — get notified when a run completes
  • Zapier & Make — connect to 5,000+ apps
  • Google Sheets — export directly to a spreadsheet
  • Slack, Email — get notifications with results


Something not working? Create an issue and we'll fix it fast.