VOOZH about

URL: https://apify.com/scrapesage/builtin-jobs-scraper

โ‡ฑ BuiltIn Jobs Scraper - Tech Jobs & Salaries ยท Apify


๐Ÿ‘ BuiltIn Jobs Scraper โ€” Tech Jobs, Salaries & Companies avatar

BuiltIn Jobs Scraper โ€” Tech Jobs, Salaries & Companies

Pricing

$1.50 / 1,000 job scrapeds

Go to Apify Store

BuiltIn Jobs Scraper โ€” Tech Jobs, Salaries & Companies

Scrape tech & startup jobs from BuiltIn โ€” title, company, location(s), remote/hybrid, salary range, seniority, posted date and apply URL, with optional full descriptions. Search by keyword, filter and paginate. Monitor mode for new jobs. No login. Export JSON, CSV, Excel.

Pricing

$1.50 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

11 days ago

Last modified

Share

BuiltIn Jobs Scraper โ€” Tech & Startup Jobs, Salaries & Companies

Extract tech and startup jobs from BuiltIn with the fields that matter: title, company, location(s), remote/hybrid arrangement, salary range, seniority, posted date, Easy-Apply flag and apply URL โ€” and optionally the full job description. Search by keyword, filter by anything BuiltIn supports, and stream thousands of jobs into a clean dataset.

No login, no cookies, no browser โ€” fast HTTP extraction that streams results as they're parsed (first rows in seconds), with a built-in monitor mode that returns only newly posted jobs.

Why this BuiltIn scraper?

Most job scrapers make you open every posting just to learn the salary. BuiltIn renders the salary range, seniority, location and remote arrangement right on the listing, so this actor captures a complete job record per card โ€” fast and cheap โ€” and only fetches the description when you ask for it.

DataTypical scrapersThis actor
Title, company, apply URLโœ…โœ…
Salary range (min/max + period)โŒ detail-onlyโœ… from the listing
Seniority levelโŒโœ…
Remote / hybrid / on-sitepartialโœ…
All locations (not just one)โŒโœ…
Posted / reposted agepartialโœ…
Easy-Apply flagโŒโœ…
Company name + profile URL + logopartialโœ…
Full description + skillsโŒโœ… opt-in
Streams results in secondsโŒโœ…
Monitor mode โ€” only new jobsโŒโœ…

Use cases

  • Job aggregation & boards โ€” feed your app or newsletter with structured tech jobs, including salary and remote status.
  • Salary benchmarking & market research โ€” analyze comp ranges by title, seniority, location and company across the tech market.
  • Recruiting & sourcing โ€” track who's hiring for which roles, with seniority and location filters.
  • Sales/lead intelligence โ€” hiring activity is a buying signal; build lists of companies hiring for specific stacks or teams.
  • Monitoring โ€” schedule daily runs with monitor mode to capture newly posted roles for your searches.

How to use

  1. Sign up for Apify โ€” the free plan is enough to try this actor.
  2. Open the BuiltIn Jobs Scraper, enter search queries (or paste a filtered BuiltIn jobs URL), and click Start.
  3. Watch jobs โ€” with salary and seniority โ€” stream into the dataset.
  4. Export as JSON, CSV, Excel, XML, or RSS โ€” or pull results via the Apify API.

Input

{
"searchQueries":["software engineer","product manager"],
"maxItems":500,
"fetchDetails":false,
"onlyNewItems":false
}
  • searchQueries โ€” keywords/titles to search; each is paged through fully.
  • startUrls โ€” alternatively paste filtered BuiltIn jobs URLs (filters respected) or individual /job/{slug}/{id} URLs.
  • fetchDetails (default false) โ€” add the full description + skills by opening each job page (one request per job). Off by default because the listing already carries salary, seniority, location and remote.
  • maxItems โ€” cap per run (0 = all).
  • onlyNewItems (monitor mode) โ€” emit only jobs not seen in previous runs.

Output

One record per job (type: "job"):

{
"type":"job",
"jobId":"9145618",
"title":"Software Engineer, Cash App - Controls",
"jobUrl":"https://builtin.com/job/software-engineer-cash-app-controls/9145618",
"company":"Cash App",
"companyUrl":"https://builtin.com/company/cash-app",
"companyLogo":"https://cdn.builtin.com/.../CashApp_Symbol.png",
"remote":"Remote or Hybrid",
"locations":["Fremont, CA, USA","Oakland, CA, USA","San Francisco, CA, USA"],
"primaryLocation":"Fremont, CA, USA",
"locationCount":8,
"salaryText":"185K-327K Annually",
"salaryMin":185000,
"salaryMax":327000,
"salaryPeriod":"Annually",
"seniority":"Senior level",
"easyApply":false,
"postedText":"Reposted 10 Hours Ago",
"descriptionText":"โ€ฆ (when fetchDetails is on)",
"skills":["Go","Kubernetes"],
"source":"builtin.com",
"scrapedAt":"2026-06-14T12:00:00.000Z"
}

What to expect (field coverage)

Title, company, apply URL, location and remote arrangement appear on virtually every listing; salary and seniority on the large majority (BuiltIn shows them on the card); descriptionText/skills only when fetchDetails is on. A blank field means BuiltIn didn't display it for that job โ€” never that scraping failed.

Automate & schedule

  • Apify API โ€” start runs, fetch datasets, manage schedules over REST.
  • apify-client for JavaScript & Python โ€” official SDKs.
  • Schedules โ€” run daily with monitor mode to capture newly posted jobs for your searches.
  • Webhooks โ€” push new jobs to Slack, a sheet, or your ATS the moment a run finishes.
import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'MY_APIFY_TOKEN'});
const run =await client.actor('scrapesage/builtin-jobs-scraper').call({
searchQueries:['data engineer'],
maxItems:300,
onlyNewItems:true,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} BuiltIn jobs`);

Integrate with any app

Connect the dataset to 5,000+ apps โ€” no code required:

  • Make โ€” multi-step automation scenarios.
  • Zapier โ€” push new jobs straight into your ATS or sheet.
  • Slack โ€” get alerted to new postings for a search.
  • Google Drive / Sheets โ€” auto-export every run to a spreadsheet.
  • Airbyte โ€” pipe results into your data warehouse.
  • GitHub โ€” trigger runs from commits or releases.

Use with AI assistants (MCP)

The output is clean, LLM-ready JSON. Call this actor from Claude, ChatGPT, or any agent framework through the Apify MCP server โ€” ask your assistant to "find senior remote backend jobs on BuiltIn paying over $180K" and let it run the scraper.

More scrapers from scrapesage

Build a complete jobs & startup-intelligence stack:

Tips

  • Fastest, cheapest runs: keep fetchDetails off โ€” the listing already has salary, seniority, location and remote, and rows stream in seconds.
  • Need descriptions: turn on fetchDetails (one request per job adds the full text + skills).
  • Fresh jobs only: combine onlyNewItems with an Apify Schedule.
  • Precise filtering: apply BuiltIn's own filters in the browser, then paste that URL into startUrls.

FAQ

How do I search for specific roles? Put keywords in searchQueries (e.g. backend engineer), or paste a filtered BuiltIn jobs URL into startUrls.

Does it include salary? Yes โ€” BuiltIn shows salary ranges on the listing, so most jobs include salaryText plus parsed salaryMin/salaryMax and salaryPeriod, with no extra requests.

Do I need a login or API key? No. It reads BuiltIn's public jobs pages โ€” no key or login.

How do I get only new jobs? Turn on onlyNewItems and create an Apify Schedule; each run emits only newly posted jobs.

Can I export to Google Sheets, CSV, or Excel? Yes โ€” one click in the dataset view, or automatically via the Google Drive integration.

Is scraping BuiltIn legal? This actor collects publicly available data only. You are responsible for using the data in compliance with applicable laws and BuiltIn's terms.

Need help?

Open an issue on the actor's Issues tab, or visit the Apify help center. Feature requests are welcome โ€” this actor is actively maintained.

You might also like

BuiltIn Jobs Scraper

solidcode/builtin-scraper

[๐Ÿ’ฐ $0.95 / 1K] Extract tech job listings from BuiltIn.com โ€” titles, companies, salaries, locations, remote/hybrid status, experience level, skills, and full job descriptions. Filter by keyword, location, category, seniority, workplace type, and posted date.

BuiltIn Jobs Scraper

parsebird/builtin-jobs-scraper

Scrape BuiltIn.com tech job listings โ€” titles, companies, salaries, seniority levels, categories, skills, workplace types, and descriptions. Search by keyword, location, or custom URL. Export as JSON, CSV, Excel.

Built In Tech Jobs Scraper

logiover/built-in-tech-jobs-scraper

Built In jobs API alternative: scrape builtin.com tech & startup listings without login. Export jobs to CSV or JSON dataset; no API key needed.

Startup Jobs Scraper

solidcode/startup-jobs-scraper

[๐Ÿ’ฐ $0.90 / 1K] Extract startup and tech job listings from startup.jobs. Search by keyword and location, filter for remote roles, or paste startup.jobs URLs, and get structured jobs with companies, salaries, tags, and full descriptions.

Dice Jobs Scraper - Tech Jobs & Salary

thirdwatch/dice-jobs-scraper

Scrape US tech jobs from Dice.com. Get job titles, companies, locations, salaries, employment type, posted dates, remote flags, descriptions, and apply URLs. Optional per-job skills extraction.

BuiltIn Jobs Scraper

shahidirfan/BuiltIn-Jobs-Scraper

Extract tech job listings effortlessly with the BuiltIn Jobs Scraper. Designed for speed and efficiency, this lightweight actor parses job data accurately from BuiltIn. For optimal performance and to avoid IP bans, the use of residential proxies is highly recommended.

142

5.0

Built In Jobs Scraper

automation-lab/builtin-jobs-scraper

Extract tech job listings from builtin.com including salary ranges, company details, GPS location, benefits packages, and full job descriptions.

๐Ÿ‘ User avatar

Stas Persiianenko

4

BuiltIn Jobs Scraper ๐Ÿ”

easyapi/builtin-jobs-scraper

A powerful scraper for BuiltIn.com job listings that extracts comprehensive job data including company details, salaries, work types, and skill requirements. Perfect for job market analysis, recruitment research, and tracking employment trends in tech and startup sectors. ๐Ÿ”๐Ÿ’ผ

Startup.jobs Scraper

parsebird/startup-jobs-scraper

Extract job listings from Startup.jobs โ€” titles, companies, salaries, locations, descriptions, and application links. Filter by keyword and location. Export as JSON, CSV, Excel. Pay per result.

Built In Tech Jobs Scraper

parseforge/builtin-tech-jobs-scraper

Pull active job listings from Builtin Tech Jobs with title, company, location, remote flag, posted date, salary when published and the direct apply link. Built for recruiters, agencies, aggregator sites and job hunters. Run on demand or on a recurring schedule and feed every row into your favouri.