
Vaulted
Data APIs for hiring and company intelligence.
Joined December 2024
ACTOR STATS
2 public Actors
4 total users
1 monthly user
>99% runs succeeded
Data APIs for hiring and company intelligence.
Every scraper here follows the same two rules:
Numbers, not strings. Most scrapers hand back "$213K - $288K" and leave you
to parse it. Vaulted actors return payMin: 213000, payMax: 288000,
payPeriod: "YEAR" — alongside the original text, so you can filter and sort
without writing regex first.
Documented limits. Every actor's README says what it can't do: where a source caps pagination, which fields are sometimes null and how often, and when a number is an estimate rather than employer-published. You should know the edges before you run it, not after.
- Glassdoor Jobs Scraper — job listings with parsed salary ranges and employer ratings, by job title and location
- Wellfound (AngelList) Jobs Scraper — startup jobs with parsed pay, plus the company behind each role: size, funding stage, YC and top-investor badges, and which ATS they run
Both deduplicate by job ID across pages and searches, so you are never charged twice for the same row.
Actors are tested against live data before release and updated when a source changes its structure. If something breaks or a field looks wrong, open an issue on the actor — that is the fastest way to get it fixed.