Skip to content

lxth0rz/ASINs_Extractor

Repository files navigation

ASINs Extractor

This actor allows you to extract ASINs from Amazon input URL.

Input configuration

The actor has the following input options:

  • Input URL - Specify an input url.
  • Proxy - Optionally, select a proxy to be used by the actor, in order to avoid IP address-based blocking by the target website. The actor automatically executes all the Scrapy's HTTP(S) requests through the proxy.

Results:

Each record represent a title. The following fields is the current data you will get from the scraper...

{
    "ASIN": "1593279507",
    "title": "Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming",
    "https://www.amazon.com/s?k=javascript&crid=UELNOIWXRCMO&sprefix=javascr%2Caps%2C277&ref=nb_sb_noss_2"
  }

If you have any problem or anything does not work, please file an issue on Apify.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published