/ebay/item/{item_id}apiKey2 credits/requestGet eBay item details
Returns normalized details for a public eBay item listing.
Required params: item_id:path
API Reference
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.
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.
curl -X GET "https://api.crawlora.net/api/v1/ebay/item/%3Citem_id%3E" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/ebay/item/{item_id}apiKey2 credits/requestReturns normalized details for a public eBay item listing.
Required params: item_id:path
/ebay/searchapiKey3 credits/requestReturns normalized eBay search results.
Required params: option:body
/ebay/seller/{seller}apiKey2 credits/requestReturns normalized details for a public eBay seller profile.
Required params: seller:path
/ebay/seller/{seller}/aboutapiKey2 credits/requestReturns 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
/ebay/seller/{seller}/feedbackapiKey3 credits/requestReturns normalized seller feedback summary, detailed ratings, and recent review cards from the public eBay seller feedback tab.
Required params: seller:path
/ebay/seller/{seller}/shopapiKey3 credits/requestReturns normalized listings from the public eBay seller shop tab, with pagination backed by the store odtRefresh response.
Required params: seller:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get eBay item details | /ebay/item/{item_id} | GET | 2 credits/request | item_id:path | View docs | Try endpoint |
| Search eBay listings | /ebay/search | POST | 3 credits/request | option:body | View docs | Try endpoint |
| Get eBay seller profile | /ebay/seller/{seller} | GET | 2 credits/request | seller:path | View docs | Try endpoint |
| Get eBay seller about details | /ebay/seller/{seller}/about | GET | 2 credits/request | seller:path | View docs | Try endpoint |
| Get eBay seller feedback | /ebay/seller/{seller}/feedback | GET | 3 credits/request | seller:path | View docs | Try endpoint |
| Get eBay seller shop listings | /ebay/seller/{seller}/shop | GET | 3 credits/request | seller:path | View docs | Try endpoint |