Y Combinator Scraper avatar
Y Combinator Scraper

Pricing

$15.00 / 1,000 results

Go to Store
Y Combinator Scraper

Y Combinator Scraper

Developed by

Michael G

Michael G

Maintained by Community

Scrape data on Y Combinator companies and their founders from the YC startup directory.

5.0 (20)

Pricing

$15.00 / 1,000 results

48

Total users

265

Monthly users

90

Runs succeeded

>99%

Issues response

0.48 hours

Last modified

a day ago

DE

Output is Capped at 25

Closed

deformedspace opened this issue
23 days ago

Hi can you pls help me to scrape all companies in certain batches (example below is for all batches in 2023 and 2024). Right now the output is capped at 25, not sure why. I'm using the actor with my n8n.

Thank you.

JSON input: { "number_of_founders": 1, "scrape_all_companies": false, "scrape_open_jobs": true, "url": "https://www.ycombinator.com/companies?batch=Fall%202024&batch=Summer%202024&batch=Winter%202024&batch=Summer%202023&batch=Winter%202023" }

michael.g avatar

Hi, Thanks for reaching out!

The number of records scraped per run by this actor is limited to 25 for free users. To scrape more, please subscribe to a paid Apify plan.

And please note, the Y Combinator Scraper can return up to 1,000 results from one page since the official site shows no more than 1,000 results per page. So, to scan all the companies from the links you provided, use two runs with these links as input:

2023: https://www.ycombinator.com/companies?batch=Summer%202023&batch=Winter%202023

2024: https://www.ycombinator.com/companies?batch=Winter%202024&batch=Summer%202024&batch=Fall%202024

DE

deformedspace

23 days ago

I see, thanks Michael!