amazon-product-api | Scrape products | Scraper library

 by   drawrowfly JavaScript Version: @2.2.24 License: No License

kandi X-RAY | amazon-product-api Summary

kandi X-RAY | amazon-product-api Summary

amazon-product-api is a JavaScript library typically used in Automation, Scraper, Nodejs, Spark applications. amazon-product-api has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Very useful tool that is able to extract almost same amount of data as the official Amazon Product API.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              amazon-product-api has a low active ecosystem.
              It has 484 star(s) with 142 fork(s). There are 26 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 22 open issues and 50 have been closed. On average issues are closed in 84 days. There are 13 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of amazon-product-api is @2.2.24

            kandi-Quality Quality

              amazon-product-api has no bugs reported.

            kandi-Security Security

              amazon-product-api has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              amazon-product-api does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              amazon-product-api releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of amazon-product-api
            Get all kandi verified functions for this library.

            amazon-product-api Key Features

            No Key Features are available at this moment for amazon-product-api.

            amazon-product-api Examples and Code Snippets

            No Code Snippets are available at this moment for amazon-product-api.

            Community Discussions

            QUESTION

            How to get Amazon product information through API
            Asked 2019-Aug-02 at 04:43

            I am looking for a way how to get Amazon product information through API. I found some articles how to get products data:

            Amazon Product API Exploration: Let’s Build a Product Searcher

            Querying Amazon's product details with the Amazon Product Advertising API

            If I understand it correctly, I need access to Amazon Product Advertising API. I signed up as Amazon associate, but I wasn't approved, and thus I am not able to join Amazon Product Advertising API.

            I messaged Amazon support and got this response:

            This is the Amazon Associates team responding to your email.

            Registration for Product Advertising API is only available to Associates who have received final acceptance into the Associates Program and are in an Open status. You are unable to join because your application is still pending or in a Pending status. PA-API is only for approved members or those in an Open status. This means that when the Applications team review your application and website(s), if your application is placed into an Open status, you will be automatically eligible for API access.

            Our Applications team will review your application and website(s) after you have earned at least three (3) qualifying referral sales through your Associate Product Links. Please note, three (3) qualifying referrals means three separate orders and multiple items within an order do not qualify. Applications will be reviewed shortly after you’ve referred your third qualifying sale to Amazon.com.

            To begin developing your website(s) and posting on social media, you've been granted access to Associate Product Linking tools in Associates Central (affiliate.program.amazon.com) under the Product Linking tab and Site Stripe (located at Amazon.com). Use these tools to generate at least three (3) qualified referral sales to initiate your final review. Until your application is reviewed. With the access to Associates Central, you have the opportunity to create product links, banners, or native ads to add to your website and start earning money right away.

            If your website requires the use of PA-API, you would need to contact them directly to see what other options would be available, or use our other Product Linking tools on a different website or social media site(s).

            I am wondering, how can I get access to amazon product information if I am not amazon seller?

            ...

            ANSWER

            Answered 2019-Aug-02 at 04:43

            Amazon recently changed their affiliate policy regarding API access. They want you to have three affiliate link transactions within 180 days to be in good standing. They will need to conduct a review of your affiliate site. Until then, the API keys will only be good for generating product links.

            Source https://stackoverflow.com/questions/57223163

            QUESTION

            How to deal with CORS in React
            Asked 2018-Jul-14 at 18:08

            I have wrote the react app from which i am calling the amazon-product API using the the module amazon-product-api but it gives me CORS issue.

            I am getting Following error

            Failed to load https://webservices.amazon.in/onca/xml?AWSAccessKeyId=aasc&AssociateTag=asd&Condition=All&Domain=webservices.amazon.in&IdType=ASIN&IncludeReviewsSummary=True No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.

            For temporary solution i have added cors extension to get the things work.

            ...

            ANSWER

            Answered 2018-Jul-14 at 18:08

            amazon-product-api is a Node.js client for the Amazon Product Advertising API and should be used on the server-side.

            If you're using it on the client-side with React, that's the reason you get the CORS issue.

            Source https://stackoverflow.com/questions/51341419

            QUESTION

            AWS Tag in amazon-product-api NPM
            Asked 2017-Jun-28 at 13:38

            I use amazon-product-api NPM.

            ...

            ANSWER

            Answered 2017-Jun-28 at 13:38

            It is Associate Tag

            An AssociateTag is an alphanumeric token distributed by Amazon that uniquely identifies an Associate. Amazon uses this ID to credit an Associate for a sale. The AssociateTag parameter becomes part of the PurchaseURL, which is the URL used to purchase the items in a remote shopping cart

            .

            Source https://stackoverflow.com/questions/44804053

            QUESTION

            Trying to get only first page results of amazon search
            Asked 2017-Jan-29 at 08:22

            I'm currently trying to have this query only return the first page of the results. I'm currently using python amazon api and this is my code.

            ...

            ANSWER

            Answered 2017-Jan-27 at 23:42

            After digging through the source, you can put a limit=1 to get the number of pages

            Source https://stackoverflow.com/questions/41904564

            QUESTION

            Foreach Response only display last value of an array information
            Asked 2017-Jan-14 at 20:32

            Ive been trying this code using Amazon-product-api. I would like to retrieve the information of an array of ASIN codes. Sadly my current code only display the information of the last ASIN of the array. I would like to display the information of each ASIN of the array of codes in the response.

            ...

            ANSWER

            Answered 2017-Jan-14 at 20:32

            The reason you're only receiving the response for the last one is because your calls are not inside the foreach loop.

            Source https://stackoverflow.com/questions/41654135

            QUESTION

            How to use Promise with yield in nodejs router?
            Asked 2017-Jan-08 at 09:46

            I tried to configure backend factory to obtain data using Amazon Products Api.

            Here is the script I execute in nodejs:

            ...

            ANSWER

            Answered 2017-Jan-08 at 09:46

            I still did not find the solution to use backend for the task, but I've updated a loadUrl function. The function runs itself until retrieved the successful answer:

            Source https://stackoverflow.com/questions/41462250

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install amazon-product-api

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/drawrowfly/amazon-product-api.git

          • CLI

            gh repo clone drawrowfly/amazon-product-api

          • sshUrl

            git@github.com:drawrowfly/amazon-product-api.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link