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.
https://apify.com
72 stars 33 forks source link

Add support for input of URLs #1

Closed VaclavRut closed 4 years ago

VaclavRut commented 5 years ago

To be able to add a link to:

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

And we will get all the items for given urls.

ravishri1 commented 5 years ago

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 }

VaclavRut commented 4 years ago

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