Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /eBay API

API Reference

eBay API Documentation

Use Crawlora's eBay API endpoints to extract supported public eBay data as structured JSON. This documentation covers 6 active endpoints including Get eBay item details, Search eBay listings, Get eBay seller profile, Get eBay seller about details, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as item_id, option, seller, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Get eBay item details Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /ebay/item/{item_id}
Credit cost
2 credits/request
curl -X GET "https://api.crawlora.net/api/v1/ebay/item/%3Citem_id%3E" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Get eBay item details in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
eBay platform pageError handling guideRate limits and credits

eBay API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/ebay/item/{item_id}apiKey2 credits/request

Get eBay item details

Returns normalized details for a public eBay item listing.

Required params: item_id:path

Get eBay item details documentationTry Get eBay item details in Playground
POST/ebay/searchapiKey3 credits/request

Search eBay listings

Returns normalized eBay search results.

Required params: option:body

Search eBay listings documentationTry Search eBay listings in Playground
GET/ebay/seller/{seller}apiKey2 credits/request

Get eBay seller profile

Returns normalized details for a public eBay seller profile.

Required params: seller:path

Get eBay seller profile documentationTry Get eBay seller profile in Playground
GET/ebay/seller/{seller}/aboutapiKey2 credits/request

Get eBay seller about details

Returns normalized seller about information from the public eBay store about tab, including seller stats, top-rated status, optional location/member-since fields, and cleaned store categories.

Required params: seller:path

Get eBay seller about details documentationTry Get eBay seller about details in Playground
GET/ebay/seller/{seller}/feedbackapiKey3 credits/request

Get eBay seller feedback

Returns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab.

Required params: seller:path

Get eBay seller feedback documentationTry Get eBay seller feedback in Playground
GET/ebay/seller/{seller}/shopapiKey3 credits/request

Get eBay seller shop listings

Returns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.

Required params: seller:path

Get eBay seller shop listings documentationTry Get eBay seller shop listings in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Get eBay item details/ebay/item/{item_id}GET2 credits/requestitem_id:pathView docsTry endpoint
Search eBay listings/ebay/searchPOST3 credits/requestoption:bodyView docsTry endpoint
Get eBay seller profile/ebay/seller/{seller}GET2 credits/requestseller:pathView docsTry endpoint
Get eBay seller about details/ebay/seller/{seller}/aboutGET2 credits/requestseller:pathView docsTry endpoint
Get eBay seller feedback/ebay/seller/{seller}/feedbackGET3 credits/requestseller:pathView docsTry endpoint
Get eBay seller shop listings/ebay/seller/{seller}/shopGET3 credits/requestseller:pathView docsTry endpoint

Related Crawlora API pages

eBay scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingAmazon API documentation
Back to docs