Skip to main content

A project to get the product details on Amazon

Project description

ASIN matcher is used to get the details of the product link on Amazon.

python install ASINMatcher_pkg

Usage: import ASINMatcher_pkg

ASINMatcher_pkg.url_matcher(url) – returns the object with all the details like region, id etc ASINMatcher_pkg.is_valid_link(url) – returns True if the url is invalid ASINMatcher_pkg.get_region(url) – returns the region of the url, if invalid url, return blank value ASINMatcher_pkg.get_id(url) – returns the id of the url, if invalid url, return blank value ASINMatcher_pkg.get_id_type(url) – returns the id type (e.g. “ISBN” or “ASIN”) of the url, if invalid url, return blank value

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ASINMatcher-1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page