Giter Site home page Giter Site logo

oxylabs / amazon-scraper Goto Github PK

View Code? Open in Web Editor NEW
688.0 5.0 31.0 98 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 100.00%
amazon amazon-api amazon-scraper amazon-scraping e-commerce-api web-scraping csharp javascript python api

amazon-scraper's People

Contributors

augustoxy 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

amazon-scraper's Issues

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.