Amazon Data Scraper - Product, Sales

Amazon data scraper - easy data extraction tools of product, price, sales rank, review

Amazon Data Scraper - Product, Sales란 무엇입니까?

Amazon Data Scraper - Product, Sales은(는) www.datasunday.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon data scraper - easy data extraction tools of product, price, sales rank, review"입니다.

확장 프로그램 스크린샷

Amazon Data Scraper - Product, Sales 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Amazon Data Scraper - Product, Sales:
Amazon Data Scraper - Product, Sales is an easy tool for extracting product, price, sales rank, and review data from Amazon.

This chrome extension allows you to export Amazon.com webpage information to an editable spreadsheet file. 
You may use this extension to quickly collect a competitor's product list, brand, items in any product specification, and customer reviews of a specific product.

This extension is completely FREE. Web scraping and data downloading are made easy with our tool. Furthermore, you have data security and privacy as the scraped data does not leave your browser.

Amazon Data Scraper - Product, Sales Features:


*Using the Chrome browser, use our unique point-and-click feature to retrieve data from trusted sources. For the first time, you can scrape and organize data from many sources without download any learning programs. Download and use our web scraper for free.

The difference between our extension and other Amazon scrapers is not only extracted the ASIN and Price.

- Almost all page data, including pricing, shipping, product, sales rank, ASIN, product specification, product feature, client review, and services supplied by consumers who purchased this item, is retrieved.

- By selecting the Synchronized button, you may sync scrap product data such as Product Title, Price, Brand with the  Shopify store.
 
- Bulk URL functionality lets you add up to 100 product URLs, single product URLs, category URLs, or both, separated by commas and saved to an Excel spreadsheet.

- You can click the restart button to restart Data Scraper if it closes in the middle of a task.


How To Apply: 

1. Visit Amazon.com
2. Type any keywords in the search bar such as brand name, product keywords.
3. Use the filtering option to fine-tune the search results and click enter.
4. Once show up the search results, open the chrome extension and click start. The data gets extracted in excel format.

This product has the following advantages:

- Competitor analysis: In excel format, extract the entire product list, sales rank, and pricing information for further study.
-Get to know your client: Obtain customer feedback on specific products.
- Market research: Understand how many resellers and competitors selling the same products and in the same market
- Unauthorized sales channel monitoring: By extracting product and listing information, you may quickly find which merchants list below reseller pricing, allowing you to identify likely parallel import or imitation resellers.


What data you can extract : 

- Product specification
- Price
- Seller price and details
- ASIN
- Sales rank
- Product image
- Customer review
- Description

What product categories support :
- All categories

How many number data support :
- No limitation

Technical support :
We welcome any comments or ideas to enhance the products. 
Please contact: 
mailto:[email protected]

Developer: https://www.datasunday.com

Privacy Policy: https://datasunday.com/pages/privacy-policy                    

확장 프로그램 기본 정보

이름 Amazon Data Scraper - Product, Sales Amazon Data Scraper - Product, Sales
ID edkbbiedebgafkgajeioalfdecnhiimc
공식 URL https://chromewebstore.google.com/detail/amazon-data-scraper-produ/edkbbiedebgafkgajeioalfdecnhiimc
설명 Amazon data scraper - easy data extraction tools of product, price, sales rank, review
파일 크기 81.93 KB
설치 횟수 3,580
현재 버전 5.0
최근 업데이트 2024-01-24
출시 날짜 2020-06-22
평점 3.47/5 총 45 개의 평점
개발자 www.datasunday.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.datasunday.com
개인정보 보호 정책 페이지 URL https://datasunday.com/pages/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Data Scraper - Product, Sales",
    "description": "Amazon data scraper - easy data extraction tools of product, price, sales rank, review",
    "version": "5.0",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "functions.js",
                "gethtml.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}