outscraper / outscraper-python

The library provides convenient access to the Outscraper API from applications written in the Python language. Allows using Outscraper's services from your code.
https://outscraper.com
MIT License
69 stars 18 forks source link

Amazon products isn't implemented #8

Closed ivoytov closed 1 year ago

ivoytov commented 1 year ago

Documentation says Amazon Products is implemented but it's still missing. Should update documentation to remove mention of this API unless it's available somewhere. I'm using outscraper-3.0.2-py3-none-any.whl version.

from outscraper import ApiClient

api_client = ApiClient(api_key='api-key')
results = api_client.amazon_products('https://www.amazon.com/dp/B00G3XWLR8', limit=3)
>>> AttributeError: 'ApiClient' object has no attribute 'amazon_products'
vlad-stack commented 1 year ago

Hi @ivoytov,

Thank you for the request! Amazon products and reviews are available in v3.0.3 which was just released.