AngelList Jobs Scraper

AngelList Jobs Scraper

Scrape jobs information from AngelList.

JOBSApify

AngelList Jobs Scraper

Automatically get information about new positions and hiring opportunities on AngelList.

Supported URLS

Open positions: https://www.angellist.com/careers#open-positions

Features

  • Scrapes all open positions from AngelList's career page.
  • Download scraped data in HTML, JSON, CSV, Excel, or XML.

Output schema

department string - the department of the position

position_name : string - the name of the position

work_type: array - the type of work

location: array - the location of the job

apply_link : link - the link to apply for the job

about_angellist: string - a brief description of AngelList

about_role: string - a brief description of the role

position_description : string - a brief description of the position

position_requirements : array - the requirements for the position

additional_info: string - additional information about the position:

Example results

1[
2    {
3        "position_name": "Limited Partner Relations Associate",
4        "work_type": [
5            "Hybrid ",
6            " Full Time"
7        ],
8        "location": [
9            "San Francisco, CA",
10            "New York City, NY"
11        ],
12        "apply_link": "https://jobs.lever.co/angellist/50fb59c8-e809-4eb6-8fa2-28d782733188/apply",
13        "about_angellist": "We exist to accelerate innovation by increasing the number of successful startups in the world. We want to ...",
14        "about_role": "AngelList is seeking an Investor Relations Associate to join our Limited Partner (LP) Relations team. We are looking for a collaborative, curious, highly analytical, customer- and process-oriented leader  ...",
15        "position_description": "In your initial four weeks you’ll focus on: Building context around our LP base, including both institutional and non-institutional LPs. Building context around our products, services, and roadmaps. Learning and executing customer workflows around onboarding and ongoing support ...",
16        "position_requirements": [
17            "2-4+ years in a customer facing role with operational responsibilities within a venture or investment type of environment",
18            "Previous experience in an early-stage, high-growth company.",
19            "Knowledge of how to navigate and be successful working across multiple teams in a startup environment."
20        ],
21        "supplement_info": [
22            "If you don’t tick every box above, we’d still encourage you to apply. We’re building a diverse team whose skills balance and complement one another.AngelList has offices in two hub cities: San Francisco and New York City that you can choose to work from ..."
23        ],
24        "department": "Customer Success & Operations"
25    }
26]

Feedback

We’re always working on improving the performance of our Actors. If you’ve got any feedback, please create an issue on the Actor’s Issues Tab. Cheers!

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!