eBay Search API
API 한 번의 호출로 eBay Search 데이터를 받아 가세요. Returns eBay listings matching a keyword, 60 per page on an active search, each with its item id, title, price, original price where the listing is discounted, currency, condition, image, seller handle, seller feedback percentage and count, units sold, buying format, and the listing URL. completed_items returns ended listings, and free_shipping restricts results to listings with free delivery. sold_items is temporarily rejected before billing because the upstream now requires a private eBay session cookie, which SocialCrawl does not accept or forward. Feed a returned item id into GET /v1/ebay/product for the full listing including seller reputation depth. When crawling, note that the result total eBay reports is an estimate that changes between pages, so it is not returned here: paginate until a page comes back empty.
2026년 9월 업데이트SocialCrawl 팀이 직접 관리해요
eBay 매물의 품목 ID, 가격, 판매자 평점, 판매 수량을 반환합니다. completed_items는 종료된 매물을 조회합니다. sold_items는 상위 제공사에 비공개 eBay 세션 쿠키가 필요하므로 결제 전에 400으로 거부됩니다.
활성 매물이나 종료된 매물을 조회한 뒤 품목 ID로 상세 정보를 가져올 때 사용합니다. 판매 완료 시세 검색은 현재 사용할 수 없습니다.
65개 플랫폼을 병렬로 검색합니다
Search API로 무엇을 할 수 있을까요
Search 엔드포인트가 통합 스키마와 계산 필드를 담은 eBay 데이터를 한 번의 요청으로 보내드려요. 스크래핑 인프라를 직접 만들거나 유지할 필요가 없어요.
요청 예시
curl -H "x-api-key: YOUR_API_KEY" \
"https://www.socialcrawl.dev/v1/ebay/search?query=airpods+pro"import requests
response = requests.get(
"https://www.socialcrawl.dev/v1/ebay/search",
params={
'query': 'airpods pro',
},
headers={"x-api-key": "YOUR_API_KEY"},
)
data = response.json()const response = await fetch(
"https://www.socialcrawl.dev/v1/ebay/search?query=airpods+pro",
{
headers: { "x-api-key": "YOUR_API_KEY" },
},
);
const data = await response.json();파라미터
| 파라미터 | 필수 | 설명 |
|---|---|---|
| query | 예 | Free-text listing search, for example airpods pro or vintage seiko. |
| country | 아니오 | eBay marketplace as a two-letter country code: US (ebay.com, default), GB, AU, CA, DE, FR, IT, ES, IE, AT, CH, NL, BE, PL, SG, MY, PH, HK, or MX. The marketplace sets the listing pool, language, and currency. (US | GB | AU | CA | DE | FR | IT | ES | IE | AT | CH | NL | BE | PL | SG | MY | PH | HK | MX) |
| page | 아니오 | Page number, starting at 1. Prefer the universal cursor parameter. |
| sort_by | 아니오 | Result ordering: best_match (default), price_low, price_high, newly_listed, or ending_soonest. (best_match | price_low | price_high | newly_listed | ending_soonest) |
| condition | 아니오 | Restrict to one item condition: new, refurbished, or used. (new | refurbished | used) |
| buying_format | 아니오 | Restrict to one sale type: auction, buy_it_now, or accepts_offers. (auction | buy_it_now | accepts_offers) |
| show_only | 아니오 | Restrict results with completed_items or free_shipping; combine supported values with a comma. sold_items is temporarily unavailable and is rejected before billing because the upstream requires a private eBay session cookie. SocialCrawl does not accept or forward session cookies. |
| min_price | 아니오 | Lowest price to include. Applied by eBay and approximate, so filter on product.price.current if you need a hard bound. |
| max_price | 아니오 | Highest price to include. Applied by eBay and approximate, so filter on product.price.current if you need a hard bound. |
| aspects | 아니오 | Category-specific item aspect filter taken from a previous response, for example Brand:Apple. |
eBay Search API는 무엇을 돌려주나요
모든 응답은 하나의 통합 스키마를 따라요. 크레딧을 쓰기 전에 어떤 필드가 돌아오는지, 실제 응답 본문 그대로 확인해 보세요.
응답 예시 보기
{
"success": true,
"platform": "ebay",
"endpoint": "/v1/ebay/search",
"data": {
"items": [
{
"product": {
"id": "116776960818",
"url": "https://www.ebay.com/itm/116776960818",
"title": "Apple AirPods Pro 2 White With USB-C Charging Case In Ear Headphones MTJV3AM/A -",
"description": null,
"seller": "vipoutlet",
"brand": null,
"price": {
"current": 125,
"original": 249,
"currency": "USD"
},
"rating": {
"average": null,
"count": null
},
"image_urls": [
"https://i.ebayimg.com/images/g/HVoAAeSwhFRqm2uN/s-l1600.webp"
],
"availability": null,
"reviews_count": null,
"ext": {
"sold_count": 1997,
"condition": "Open Box",
"buying_format": "buy_it_now",
"seller_reputation": {
"feedback_percentage": 97.1,
"feedback_count": 968100,
"top_rated": null,
"items_sold": null,
"joined": null,
"url": null,
"detailed_ratings": null
}
}
}
},
{
"product": {
"id": "135533595343",
"url": "https://www.ebay.com/itm/135533595343",
"title": "Apple AirPods 4 White In Ear Headphones MXP63LL/A",
"description": null,
"seller": "vipoutlet",
"brand": null,
"price": {
"current": 55,
"original": 129,
"currency": "USD"
},
"rating": {
"average": null,
"count": null
},
"image_urls": [
"https://i.ebayimg.com/images/g/pg8AAeSwj~ZqqKb4/s-l1600.webp"
],
"availability": null,
"reviews_count": null,
"ext": {
"sold_count": 1958,
"condition": "Pre-Owned",
"buying_format": "buy_it_now",
"seller_reputation": {
"feedback_percentage": 97.1,
"feedback_count": 968100,
"top_rated": null,
"items_sold": null,
"joined": null,
"url": null,
"detailed_ratings": null
}
}
}
}
],
"total": null,
"dropped": 0
},
"credits_used": 5,
"request_id": "req_example000000",
"cached": false,
"pagination": {
"next_cursor": "sc.eyJ2IjoyLCJjIjoiMiIsImUiOiJlYmF5L3NlYXJjaCIsInAiOiJwYWdlIn0",
"has_more": true,
"page_size": 60
},
"credits_remaining": 9999
}통합 응답 구조를 보여 주는 실제 샘플이에요. 필드 값은 조회한 대상에 따라 달라져요.
eBay Search API는 어떻게 동작하나요
API 키와 함께 GET 요청을 보내면, 통합 스키마와 계산 필드를 담은 깔끔한 JSON이 돌아와요.
메서드
GET
응답 형식
JSON
소셜 미디어 데이터를 몇 초 만에 수집하는 방법
개발자를 위한 가장 빠른 소셜 미디어 스크래핑 API. 월간 활성 사용자 100억 명 이상을 포괄하는 65개 플랫폼에서 프로필, 게시물, 댓글, 분석 데이터를 수집하세요.
모든 플랫폼을 하나의 스키마로
동일한 응답 구조로 65개 플랫폼을 조회하세요. 연동은 한 번이면 충분합니다.
단순 수집을 넘어 계산된 필드 제공
엔드포인트가 해당 지표를 지원하고 계산에 필요한 원본 값이 있을 때, 정규화된 레코드에 engagement_rate, estimated_reach, content_category, language를 함께 담아 바로 활용할 수 있습니다.
코드 한 줄 쓰기 전에, 데이터부터
Visual Data Explorer에 URL만 붙여넣으면 결과 카드와 정형화된 테이블, CSV 내보내기를 바로 사용할 수 있습니다.
import requests
response = requests.get(
'https://www.socialcrawl.dev/v1/tiktok/profile',
params={'handle': 'charlidamelio'},
headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}자주 묻는 질문
API, 요금제, 기능에 대한 질문과 답변입니다.
문의하기한 번에 매물이 몇 개 오나요?
상품 상태로 걸러낼 수 있나요?
검색 결과에 판매자 정보도 오나요?
총 결과 수도 함께 오나요?
eBay 검색 결과 정렬은 어떻게 하나요?
AI에게 SocialCrawl을 물어보세요
eBay Search 데이터, 가져올 준비 되셨어요?
API 키 받고 60초 안에 eBay 데이터를 받아 가세요.
