#
# # # # #

eBay SERP Product Scraper API

API:Scraper

US$5US$11

  • eBay Product scraper crawls the product information from eBay.com. API allows to filter by platform domain country, best selling, best review. Users can scrape the product information using a keyword query. The scraped dataset include product name, pricing, shipping fees, brand name, product page URL etc.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


eBay SERP Product Scraper API

API Practical Application Showcase Case 2


eBay SERP Product Scraper API

Features

  • eBay Product scraper crawls the product information from eBay.com.
  • API allows to filter by platform domain country, best selling, best review.
  • Users can scrape the product information using a keyword query.
  • The scraped dataset include product name, pricing, shipping fees, brand name, product page URL etc.

API Endpoint Specifications

  • Endpoint Path: /api/1/ebaySERP
  • Type of Data: JSON & 20/minute
  • Data Source: eBay.com
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript

4.5 (Overall)

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

Latest Reviews

eBay SERP Product Scraper API Endpoint Basic Info

API Endpoint Path

required

eBay SERP product data Scraper API

api/1/ebaySERP


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on eBay SERP product


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and subscription APIs are both available on /api/1/ebaySERP, and accessible to on-site APP on /app/1/ebaySERP as well

keyword

required

Input a keyword in English



eBay SERP product data Scraper API

api/1/ebaySERP


Code Integration and Response

Python Code Sample


import requests

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

## Required Arguments & Parameters ##

token = ""your buyfromlo token""
keyword = ""Input a query""

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

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

JSON Response Sample


{
    "Keyword": " " (string),
    "Product Title": " " (string),
    "Product Image": " " (string),
    "Product Link": " " (string),
    "Product Condition": " " (string),
    "Product Price": " " (float),
    "Product Returns": " " (float),
    "Product Review": " " (integer),
    "Product Delivery": " " (float),
    "serp_machine_learning_model": " " (string),
}
                        

FAQ

The eBay SERP Product Scraper API is a tool that allows you to scrape product information from eBay.com.

You can scrape product name, pricing, shipping fees, brand name, product page URL, and more.

You can use the API with a keyword query.

You will need a BUYFROMLO API token.

There is a limit of 500 requests per month.

The API supports cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

There are both free and subscription APIs available.

You can find more information about the API in the documentation on the BUYFROMLO website.

The free API has a limit of 10 requests per day, while the subscription API has a limit of 500 requests per month.

No, the API can only be used to scrape product information from eBay.com.