🔥Apollo Scraper - Scrape upto 50k Leads avatar
🔥Apollo Scraper - Scrape upto 50k Leads

Pricing

$1.20 / 1,000 leads

Go to Store
🔥Apollo Scraper - Scrape upto 50k Leads

🔥Apollo Scraper - Scrape upto 50k Leads

Developed by

Code Pioneer

Code Pioneer

Maintained by Community

Scrape up to 50,000 leads per search URL.

4.1 (238)

Pricing

$1.20 / 1,000 leads

2459

Total users

48K

Monthly users

14K

Runs succeeded

>99%

Issues response

6 hours

Last modified

3 days ago

OR

how do i avoid duplicate runs and the actor scraping the same leads

Closed

oritsetsemaye9 opened this issue
2 months ago

for my project i need to scrape it batches of 500 max however every time it has the same results or very few net new

code_crafter avatar

the scraper always starts scraping from page 1.

code_crafter avatar

You can fetch upto 50k leads in one run.

OR

oritsetsemaye9

2 months ago

automated reply? do better

code_crafter avatar

why are you fetching in batches of 500.

OR

oritsetsemaye9

2 months ago

Make operations cost and quality control

MF

Mike.fanelli.lightsaber

2 months ago

From Page 1. Makes sense. That's why I need to do one run, to avoid duplication. PROBLEM IS: n8n stops due to memory errors when I use it so I have to break up the batches. Unless someone can recommend a good way to do it.

MF

Mike.fanelli.lightsaber

2 months ago

I've seen added a wait state and a batch limit of 25 to process at a time. Getting to be expensive testing though

code_crafter avatar

Your are saying n8n stops due to memory errors.

Are you running the actor on n8n and waiting for the results?

code_crafter avatar

You caņ just run the actor and fetch the results from apify after the run is completed.

MF

Mike.fanelli.lightsaber

2 months ago

I did twice. and a few $ later. I guess I don't know how. I am kinda of a rookie in n8n. I have an automation to enrich but it all goes into Airtable etc etc...

code_crafter avatar

I think you are using "Run Actor synchronously and get dataset items" apify api right?

code_crafter avatar

You can create a task on apify, then use just "Run Actor" apify api.

code_crafter avatar

You can setup something on n8n, that will check regularly that if the run is completed or not.

code_crafter avatar

After its completed, you can send data to airtable.

code_crafter avatar

Also, if your goal is to just send data to airtable then instead of using n8n, you can use apify integrations and connect airtable.

MF

Mike.fanelli.lightsaber

2 months ago

Yes, I will need to add a batch node, and loop and optimize it so it processes in smaller chunks. it had all be done in n8n, it's cleaner and in one place is ideal.