VaclavRut / actor-amazon-crawler

Amazon crawler - this configuration will extract items for a keywords that you will specify in the input, and it will automatically extract all pages for the given keyword. You can specify more keywords on the input for one run.

Home Page:https://apify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for input of URLs

VaclavRut opened this issue · comments

To be able to add a link to:

{
 "url":"link",
 "label":"category" // item
}

And we will get all the items for given urls.

iam trying to use above . not working, plz help for category pages

{
"maxResults":400,
"url":"https://www.amazon.com/s/ref=lp_3760911_nr_n_0?fst=as%3Aoff&rh=n%3A3760911%2Cn%3A%2111055981%2Cn%3A11058281&bbn=11055981&ie=UTF8&qid=1567006815&rnid=11055981",
"liveView": true,
"apifyProxyGroups": ["RESIDENTIAL"] //optional
}

@ravishri1 I have added a function to add there a links directly to the input, so test it out and let me know