#
# # # # #

Google ショッピング プロダクト スクレイパー API

API:Scraper

ドル$9ドル$12

  • Google ショッピング SERP スクレーパーは, Google ショッピング チャネルから商品情報をクロールします。 API を使用すると, プラットフォームの国ドメイン, ユーザーの場所, 言語でフィルタリングできます。ユーザーはキーワード クエリを使用して製品情報を取得できます。スクレイピングされたデータセットには, 製品名, 価格, 送料, ブランド名, 製品ページの URL などが含まれます。

  • API の使用義務と責任の詳細については, 法的利用規約と条件をお読みください。

API実践事例1


Google ショッピング プロダクト スクレイパー API

API実践事例2


Google ショッピング プロダクト スクレイパー API

特徴

  • Google ショッピング SERP スクレーパーは, Google ショッピングの検索結果から商品情報をクロールします。
  • API を使用すると, プラットフォームの国ドメイン, ユーザーの場所, 言語でフィルタリングできます。
  • ユーザーはキーワード クエリを使用して製品情報を取得できます。
  • スクレイピングされたデータセットには, 製品名, 価格, 送料, ブランド名, 製品ページの URL などが含まれます。

APIエンドポイント仕様

  • Endpoint Path: /api/1/googleShoppingSERP
  • Type of Data: JSON & 20/分
  • Data Source: Google ショッピング
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
Google ショッピング プロダクト スクレイパー API エンドポイントの基本情報

APIエンドポイントパス

必須

Google ショッピング SERP 商品データ Scraper API

api/1/googleShoppingSERP


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

構造化されたJSONデータをGoogleショッピングのSERPプロダクトに出力する


利用可能な API 引数とパラメータ

token

必須

BUYFROMLO API トークンを購入します. 無料および有料の Subscription API が利用可能です: /api/1/googleShoppingSERP, /app/1/googleshopping のオンサイト APP にもアクセス可能

keyword

必須

英語でキーワードを入力してください


country

オプション

米国, 日本, ロシアなど, 製品データが収集される場所の IP 国の正式名を入力します.

language

オプション

SERP 言語の ISO コード (en, ja, fr など) を入力します.

marketLocation

オプション

Google ショッピング マーケットプレイスの国の ISO-GEO コード (sg, cn など) を入力します. 現在usとjpが利用可能です


Google ショッピング SERP 商品データ Scraper API

api/1/googleShoppingSERP


コードの統合と対応

Python コードサンプル


import requests

# Required components #

token = "your buyfromlo token"
apiendpoint = "https://api.buyfromlo.com/api/1/googleShoppingSERP?"
keyword = "the target product keyword"

## Optional Components ##
## United States by default ##
country = "target market"

## en by default ##
language = "en"

## us by default ##
marketLocation = "us"

data="keyword=" + keyword + "&country=" + country + "&language=" + language + "&marketLocation=" + marketLocation
headers={"Authorization": "Bearer " + token} 

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON 応答サンプル


{
    "Keyword": " " (string),
    "Location": " " (string),
    "Google Shopping Domain": " " (string),
    "Language": " " (string),
    "Brand": " " (string),
    "Title": " " (string),
    "Shop URL": " " (string),
    "Channel Domain": " " (string),
    "Product ID": " " (string),
    "Product Link": " " (string),
    "Price": " " (float),
    "Rating": " " (float),
    "Reviews": " " (integer),
    "Image URL": " " (string),
    "serp_machine_learning_model": " " (string),
}
                        

4.5 (全体)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

最新のレビュー

#

Great for Market Analysis Aaliyah Patel 2024-08-09

I was able to pull pricing and shipping information from Google Shopping for several keywords related to my industry. This API made it easy to get insights into my competitor's pricing strategies. The Python integration was straightforward.

よくある質問

Google Shopping Product Scraper API is a tool that allows you to extract product data from Google Shopping search results.

You can extract various data points, including product name, price, shipping costs, brand name, and product page URL.

You can use the API by sending a request to the endpoint along with the necessary parameters. You can also find code samples for different programming languages on the BUYFROMLO documentation website.

The API offers several advantages, such as the ability to automate the data extraction process, save time and resources, and access reliable and up-to-date product information.

Yes, there are some limitations, including a monthly request limit and potential changes to the Google Shopping platform that may affect the accuracy of the extracted data.

Basic technical knowledge is recommended to use the API effectively. However, you can find extensive documentation and support resources on the BUYFROMLO website.

Yes, you can use the API for commercial purposes, but you must comply with the terms and conditions set forth by BUYFROMLO.

To get started, you can create a free BUYFROMLO account and obtain an API key. Then, you can explore the documentation, access code samples, and start sending requests to extract product data from Google Shopping.

Yes, BUYFROMLO provides a dedicated support team to assist you with any questions or issues you may encounter while using the API. You can reach out to the support team via email or through the support portal on the BUYFROMLO website.

BUYFROMLO offers both free and paid subscription plans for using the API. The free plan has certain limitations, while the paid plans provide more features and a higher request limit. You can find more information about the pricing on the BUYFROMLO website.