BuiltIn Scraper avatar

BuiltIn Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
BuiltIn Scraper

BuiltIn Scraper

Scrape BuiltIn.com - tech company intelligence platform. Get company profiles including industry, employee count, benefits, office locations, description, and open job listings.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract tech company profiles from BuiltIn.com — the leading platform for tech professionals to discover companies, explore culture, and find jobs. Get company names, industries, employee headcount, benefits, office count, hiring status, and descriptions for thousands of technology companies across the US.

What You Get

Each record includes:

FieldDescription
nameCompany name
slugBuiltIn URL slug
builtInUrlDirect BuiltIn company profile link
logoUrlCompany logo image URL (browse mode, when the company has a logo)
industriesList of industry/technology tags
employeeCountNumber of employees
officeCountNumber of office locations
benefitsCountNumber of employee benefits listed
isHiringWhether the company is actively hiring
openJobsCountNumber of open job listings on the company's profile (requires includeProfile or byCompany mode)
websiteUrlCompany's official website URL (requires includeProfile or byCompany mode)
foundedYear the company was founded (requires includeProfile or byCompany mode)
headquartersHeadquarters location (requires includeProfile or byCompany mode)
descriptionCompany description
sourceUrlSource listing page URL
scrapedAtISO 8601 timestamp
recordTypeAlways "company"

Input Options

Mode

browse — Browse companies from the BuiltIn directory. Supports filtering by city/market and office arrangement (hybrid, on-site, remote).

byCompany — Fetch profiles for specific companies by name or BuiltIn URL.

Filters

ParameterDescription
locationUS city/market: Chicago, Colorado, Boston, Seattle, Austin, Atlanta, Los Angeles, or All US
officeTypeWork arrangement: Hybrid, On-site, or Fully Remote
includeProfileFetch full profile page for each company (slower, more complete)
maxItemsMaximum number of companies to return (1–500, default: 50)

Example Inputs

Browse all US tech companies:

{
"mode": "browse",
"maxItems": 50
}

Find Chicago-based hybrid tech companies:

{
"mode": "browse",
"location": "chicago",
"officeType": "hybrid",
"maxItems": 30
}

Get profiles for specific companies:

{
"mode": "byCompany",
"companyUrls": [
"https://builtin.com/company/stripe",
"openai",
"Microsoft"
]
}

Browse fully remote companies:

{
"mode": "browse",
"officeType": "remote",
"maxItems": 100
}

Example Output

{
"name": "Stripe",
"slug": "stripe",
"builtInUrl": "https://builtin.com/company/stripe",
"industries": ["Fintech", "Payments", "Financial Services"],
"employeeCount": 8000,
"officeCount": 3,
"benefitsCount": 25,
"isHiring": true,
"description": "Stripe is a technology company that builds economic infrastructure for the internet.",
"sourceUrl": "https://builtin.com/companies",
"scrapedAt": "2026-06-30T10:00:00+00:00",
"recordType": "company"
}

Available Locations

LocationDomain
All USbuiltin.com
Chicagobuiltinchicago.com
Coloradobuiltincolorado.com
Bostonbuiltinboston.com
Seattlebuiltinseattle.com
Austinbuiltinaustin.com
Atlantabuiltinatlanta.com
Los Angelesbuiltinla.com
Nationalbuiltin.com (same listing as All US — BuiltIn has no separate national-remote page; combine with officeType: remote for remote-only companies)

Use Cases

  • Talent acquisition — Identify tech companies in a specific city that are actively hiring
  • Competitive research — Map the tech company landscape in a market or industry vertical
  • Sales prospecting — Build prospect lists of growing tech companies with hiring signals
  • Market research — Analyze tech company density, size distribution, and industry mix by location
  • Partnership discovery — Find potential partners in adjacent technology spaces
  • Job search — Browse companies with specific work arrangement (hybrid, remote, on-site) preferences

Frequently Asked Questions

Q: Does this require any API keys or login? A: No. BuiltIn company profiles are publicly accessible without authentication.

Q: What industries/technologies does BuiltIn cover? A: BuiltIn focuses on technology companies across Fintech, HealthTech, EdTech, Cybersecurity, AI/ML, SaaS, Enterprise Software, E-commerce, and many more sectors.

Q: How many companies can I scrape? A: The maxItems parameter supports up to 500 companies per run. BuiltIn has thousands of company profiles across all markets.

Q: What is the includeProfile option? A: When enabled, the actor fetches each company's full profile page for additional detail like website URL, founding year, headquarters, and open jobs count. This is slower (extra HTTP request per company) but returns more complete data.

Q: Can I filter by industry? A: Currently the actor browses the general company listing — industry filtering is available by exploring company cards and their industries field. For a specific vertical, use byCompany mode with known company names.

Q: How current is the data? A: Data is fetched live from BuiltIn at time of scraping. BuiltIn's company profiles are updated by companies themselves.

Data Source

This actor scrapes BuiltIn.com, a technology career and company intelligence platform. All company profile data is publicly accessible on BuiltIn without login. Company profiles are self-reported and maintained by the companies themselves.