[PYTHON] Get Amazon data using Keep API # 1 Get data

Get Amazon data

As a memorandum because I needed to get Amazon (US) data at work. I think you can get the product outline and reviews by scraping. Since you cannot get past listing status, prices, rankings, etc. Get it using the Keepa API.

Reference: Keepa https://keepa.com/#!api

Data acquisition processing by Python

keepa_analysis.py


#Library
!pip install keepa
import keepa
import pandas as pd

#Data acquisition
accesskey = '##############' #Get the API key and enter it
api = keepa.Keepa(accesskey)
products = api.query('B07VQJ5P3L') #If you put ASIN here, the data will be taken without permission.
keepa.plot_product(products[0])

ダウンロード.png ダウンロード (1).png When you run it, you can get such data.

Recommended Posts

Get Amazon data using Keep API # 1 Get data
Get Salesforce data using REST API
Get Youtube data in Python using Youtube Data API
[Python] Get all comments using Youtube Data API
Get Amazon RDS (PostgreSQL) data using SQL with pandas
Get LEAD data using Marketo's REST API in Python
[Python] Get insight data using Google My Business API
Data acquisition using python googlemap api
Get data using Ministry of Internal Affairs and Communications API
Data acquisition memo using Backlog API
Get product name and lowest price using Amazon Product Advertising API
Get data from Twitter using Tweepy
[Python] I tried to get various information using YouTube Data API!
Retrieving food data with Amazon API (Python)
I tried using YOUTUBE Data API V3
Get mail using Gmail API in Java
Get Google Fit API data in Python
Creating Google Spreadsheet using Python / Google Data API
FX data collection using OANDA REST API
Awareness of using Aurora Severless Data API
Golang api get
Get stock price data with Quandl API [Python]
Data analysis using xarray
Data analysis using Python 0
Data cleansing 2 Data cleansing using DataFrame
Get a list of GA accounts, properties, and views as vertical data using API
Get comments and subscribers with the YouTube Data API
I tried using the API of the salmon data project
Get Gzip-compressed data on-memory
Get tweets with arbitrary keywords using Twitter's Streaming API
I tried to search videos using Youtube Data API (beginner)
Get data from analytics API with Google API Client for python
[Python] I tried collecting data using the API of wikipedia
Get the weather using the API and let the Raspberry Pi speak!
Play with YouTube Data API v3 using Google API Python Client
I tried to get data from AS / 400 quickly using pypyodbc
Get structural data from CHEMBLID
Test CloudStack API Using Simulator
Age recognition using Pepper's API
Get similar posts using Doc2Vec
Select features using text data
Get Youtube data with python
Upload videos using YouTube API
Get information with zabbix api
I tried using Amazon Glacier
Data visualization method using matplotlib (1)
Get GitHub information using PyGithub
Try using the PeeringDB 2.0 API
Data visualization method using matplotlib (2)
Use configparser when using API
Data analysis using python pandas
Get ranking with Rakuten API
Create an API that returns data from a model using turicreate
Let's automatically collect company information (XBRL data) using the EDINET API (4/10)
How to get followers and followers from python using the Mastodon API
Collect product information and process data using Rakuten product search API [Python]
Get data from your website on a regular basis using ScraperWiki
I tried to get data from AS / 400 quickly using pypyodbc Preparation 1