
🔍🛒 eBay Scraper (PPR)
Pricing
$2.99 / 1,000 results

🔍🛒 eBay Scraper (PPR)
Unlock access to millions of product listings on eBay thanks to this unofficial API. Get fast, exhaustive results for valuable e-commerce insights. Fast, cheap & reliable. Pay-per-result version.
0.0 (0)
Pricing
$2.99 / 1,000 results
3
Total users
14
Monthly users
11
Runs succeeded
98%
Issues response
1.7 days
Last modified
5 days ago
Scrapper stopped after 31 lines
Closed
Hi,
One more question. I'm going to use the scrapper to go through all my products on ebay (about 300 listings) and for each of the product I want to fetch 15 top urls from ebay search results. I was testing the scrapper on the list of 43 lines and it stopped after line 31. Why this might be? And what is the best way to restart it from the same place if it happens in the future?

Hi,
could you please give me a link to your run so that I can diagnose it? Thanks. I will take a look at it and depending on the reason, I will give you advice on how to resume the run.
Miha
Hi,
This is the ID of the first result in the run : https://console.apify.com/view/runs/u84LjTjSeKzkqDh5X and this is the last one after which everything has stopped: https://console.apify.com/view/runs/NCl2x17sH6UCWFob0
Miha
Hi. I was wondering if you had a chance to have a look into the current 2 open cases?

Hi,
thanks for your patience. I have just responded to the other issue.
For this issue: I looked at the 2 runs you provided and they seem to have completed successfully. So I have to ask: What did you mean by "It stopped after line 31"? Did you mean that the runs after the 31st never started? If so, how did you start the runs? Was your intention to run 43 runs? Do you start the runs via an integration?
I hope you don't mind the number of questions - I just do not understand the context - where did it fail. Because the 2 runs that you gave me links for did not fail, that is why I am asking (do you have any failed runs perchance?). It seems to me that this might not an issue with this actor, but rather the platform.
Miha
Hi,
thank you for looking into this! I'm running it through make.com automation. It reads from a file with a list of links and go through all of them. Last time it stopped in the middle of the list. So I just wanted to check why this might have happened and if this happens again - should I just restart it and it will start where it left off or do I need to delete the links it already scrapped?

Hey,
so this is most probably a Make / integration issue. I assume that Make does not automatically handle this. Unfortunately, I am not really that well-versed in Make to give you the best advice on that.
I am unsure if this helps but: My advice would be to introduce a variable into which you would store which links were completed successfully (at the end of each iteration; after each link finishes). That way you could filter the already completed runs when you re-run the Make script (in case it stops in half).
Miha
Hi,
Thanks, that's a good idea! I'll try it.