#
# # # # #

HomeDepot 製品スクレーパー API

API:Scraper

ドル$15ドル$20

  • Homedepot 製品スクレーパーは, Homedeport チャネルから製品情報をクロールします。 API を使用すると, ベストセラー, ベストレビューでフィルタリングできます。ユーザーはキーワード クエリを使用して製品情報を取得できます。スクレイピングされたデータセットには, 製品名, 価格, 送料, ブランド名, 製品ページの URL などが含まれます。

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

API実践事例1


HomeDepot 製品スクレーパー API

API実践事例2


HomeDepot 製品スクレーパー API

特徴

  • Homedepot 製品スクレーパーは, Homedeport チャネルから製品情報をクロールします。
  • API を使用すると, ベストセラー, ベストレビューでフィルタリングできます
  • ユーザーはキーワード クエリを使用して製品情報を取得できます。
  • スクレイピングされたデータセットには, 製品名, 価格, 送料, ブランド名, 製品ページの URL などが含まれます。

APIエンドポイント仕様

  • Endpoint Path: /api/1/homedepot
  • Type of Data: JSON & 20/分
  • Data Source: ホームデポ
  • Request Limit: 500リクエスト/月
  • Script & Integration: cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript と統合するコード
HomeDepot 製品スクレーパー API エンドポイントの基本情報

APIエンドポイントパス

必須

Homedepot検索結果情報スクレイパーAPI

api/1/homedepot


メソッドの呼び出し

必須

GET

返されるデータの種類

JSON

Homedepot SERP 製品で構造化された JSON データを出力する


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

token

必須

BUYFROMLO API トークンを購入します. 有料サブスクリプション API が利用可能です: /api/1/homedepot , /app/1/homedepotserp のオンサイト APP にもアクセス可能

keyword

必須

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

sortby

必須

SERP製品データを2つのパラメータで分類します. トップセラー, ベストレビュー


page

オプション

製品SERPページのスクレイピングの合計量. 最大. ページ数は 5 です. デフォルト値は 1 ページ目, つまり 1 です.


Homedepot検索結果情報スクレイパーAPI

api/1/homedepot


コードの統合と対応

Python コードサンプル


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/homedepot?"

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
keyword = ""Input a query""
sortby = "sort by two options: TopSeller or BestReviews"

## Optional Argument ##
page="page number. The default number is 1"

data="keyword=" + keyword + "&page=" + page + "&sortby=" + sortby
headers={"Authorization": "Bearer " + token}

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

JSON 応答サンプル


{
    "SERP Position": " " (string),
    "Product ID": " " (string),
    "Product Title": " " (string),
    "Product Image": " " (string),
    "Product Link": " " (string),
    "Product Brand": " " (string),
    "Product Rating": " " (float),
    "Product Review": " " (integer),
    "Product Price": " " (float),
    "Product Delivery": " " (float),
}
                        

4.5 (全体)

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

最新のレビュー

よくある質問

The HomeDepot Product Scraper API is a JSON-based API that allows users to scrape product information from the Home Depot website.

You can scrape the following types of data using the HomeDepot Product Scraper API:

The data is updated every 20 minutes.

The request limit is 500 requests per month.

The following programming languages are supported:

Yes, there is a paid subscription option that allows you to access the API with a higher request limit.

Yes, you can integrate the API with your own applications using the provided code snippets.

The API allows you to scrape the data programmatically, while the on-site APP allows you to scrape the data manually.

You can find more information about the HomeDepot Product Scraper API in the documentation.

You can get started using the HomeDepot Product Scraper API by creating an account and getting an API key.