Code Monkey home page Code Monkey logo

oxylabs / amazon-scraper Goto Github PK

View Code? Open in Web Editor NEW
1.0K 1.0K 38.0 78 KB

Free Trial Amazon Scraper API for extracting search, product, offer listing, reviews, question and answers, best sellers and sellers data.

Home Page: https://oxylabs.io/products/scraper-api/ecommerce/amazon?utm_source=git-internal&utm_medium=github&utm_campaign=repo&utm_content=oxylabs/amazon-scraper

Python 97.43% Makefile 2.57%
amazon-aip amazon-api amazon-api-data amazon-price-tracker amazon-product-scraper amazon-products-api amazon-scrape-api amazon-scraper amazon-scraper-api amazon-scraping amazon-scraping-library e-commerce-api how-to-scrape-amazon price-scraper price-scraper-api python scrape-amazon scraping-amazon scraping-api web-scraping

amazon-scraper's People

Contributors

augustoxy avatar ignassimkunas avatar oxyjohan avatar oxylabsorg avatar stundzia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amazon-scraper's Issues

Empty "paid" and "suggested" sections on the Amazon Search source

This is the code I'm using:

Structure payload.

payload = {
'source': 'amazon_search',
'query': 'tactical backpack',
'domain': 'com',
'geo_location':'10001',
'start_page':'1',
'pages':'1',
'render':'html',
'parse': True
}

Get response.

response = requests.request(
'POST',
'https://realtime.oxylabs.io/v1/queries',
auth=(os.getenv('OXY_USER'), os.getenv('OXY_KEY')),
json=payload,
)

Most of the times the "paid and "suggested" sections are empty

Bivivivkb

Gvivk k kvk I m k vikv the. last time I am.

Variation issue

Hi,

When I was working with amazon product scrapper, it doesn’t return the correct variation images/tooltips, it returns the same image for all variations.

The problem is in the parse because when I don’t send it, the html content returns the variation images, but I need it with parse.

Thanks

Request

curl --location 'https://realtime.oxylabs.io/v1/queries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic X' \
--data '{
    "source": "amazon_product",
    "domain": "com",
    "query": "B0CKX64CJ3",
    "parse": true
}’

Response

"variation": [
{
"asin": "B0CKX74BPN",
"selected": false,
"dimensions": {
"Color": "Blue"
},
"tooltip_image": "https://m.media-amazon.com/images/I/311w1kHj3RL._SS36_.jpg"
},
{
"asin": "B0CKX7C48Y",
"selected": false,
"dimensions": {
"Color": "Grey"
},
"tooltip_image": "https://m.media-amazon.com/images/I/311w1kHj3RL._SS36_.jpg"
}]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.