
Ebay Scraper
Pricing
Pay per event

Ebay Scraper
High-quality Ebay Scraper. Rich data results. Well-maintained.
0.0 (0)
Pricing
Pay per event
4
Monthly users
8
Runs succeeded
>99%
Last modified
7 days ago
You can access the Ebay Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "XQ1DOAJRw0A40BasT"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/dan.scraper~ebay-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-dan.scraper-ebay-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/dan.scraper~ebay-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-dan.scraper-ebay-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/dan.scraper~ebay-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-dan.scraper-ebay-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "queries"
135 ],
136 "properties": {
137 "queries": {
138 "title": "Seach queries",
139 "type": "array",
140 "description": "List of item search queries",
141 "default": [
142 "iphone 13"
143 ],
144 "items": {
145 "type": "string"
146 }
147 },
148 "ebayDomain": {
149 "title": "Ebay Domain",
150 "enum": [
151 "ebay.com",
152 "ebay.com.au",
153 "ebay.at",
154 "ebay.ca",
155 "ebay.fr",
156 "ebay.de",
157 "ebay.com.hk",
158 "ebay.ie",
159 "ebay.it",
160 "ebay.com.my",
161 "ebay.nl",
162 "ebay.ph",
163 "ebay.pl",
164 "ebay.com.sg",
165 "ebay.es",
166 "ebay.ch",
167 "ebay.co.uk"
168 ],
169 "type": "string",
170 "description": "Select ebayDomain to search items from different Ebay domain. E.g <code>ebay.es</code>. By default, the actor uses United States (<code>ebay.com</code>)."
171 },
172 "countryCode": {
173 "title": "Country Code",
174 "enum": [
175 "1",
176 "2",
177 "3",
178 "4",
179 "5",
180 "6",
181 "7",
182 "8",
183 "9",
184 "10",
185 "11",
186 "12",
187 "13",
188 "14",
189 "15",
190 "16",
191 "17",
192 "18",
193 "19",
194 "20",
195 "21",
196 "22",
197 "23",
198 "24",
199 "25",
200 "26",
201 "27",
202 "28",
203 "29",
204 "30",
205 "31",
206 "32",
207 "33",
208 "34",
209 "35",
210 "36",
211 "37",
212 "38",
213 "39",
214 "40",
215 "41",
216 "42",
217 "43",
218 "44",
219 "45",
220 "46",
221 "47",
222 "48",
223 "49",
224 "50",
225 "51",
226 "52",
227 "53",
228 "55",
229 "56",
230 "57",
231 "58",
232 "59",
233 "60",
234 "61",
235 "62",
236 "63",
237 "64",
238 "65",
239 "66",
240 "67",
241 "68",
242 "69",
243 "70",
244 "71",
245 "72",
246 "73",
247 "74",
248 "75",
249 "76",
250 "77",
251 "78",
252 "79",
253 "80",
254 "81",
255 "82",
256 "83",
257 "84",
258 "85",
259 "86",
260 "87",
261 "88",
262 "89",
263 "90",
264 "91",
265 "92",
266 "93",
267 "94",
268 "95",
269 "96",
270 "99",
271 "100",
272 "101",
273 "102",
274 "104",
275 "105",
276 "106",
277 "107",
278 "108",
279 "109",
280 "111",
281 "112",
282 "113",
283 "114",
284 "115",
285 "116",
286 "120",
287 "121",
288 "122",
289 "123",
290 "124",
291 "125",
292 "126",
293 "127",
294 "128",
295 "129",
296 "130",
297 "131",
298 "132",
299 "133",
300 "134",
301 "135",
302 "136",
303 "137",
304 "138",
305 "139",
306 "140",
307 "141",
308 "142",
309 "143",
310 "144",
311 "145",
312 "146",
313 "147",
314 "148",
315 "149",
316 "150",
317 "151",
318 "152",
319 "153",
320 "154",
321 "155",
322 "156",
323 "157",
324 "158",
325 "159",
326 "160",
327 "161",
328 "162",
329 "163",
330 "164",
331 "165",
332 "166",
333 "167",
334 "168",
335 "169",
336 "170",
337 "171",
338 "172",
339 "173",
340 "174",
341 "175",
342 "176",
343 "177",
344 "178",
345 "179",
346 "180",
347 "181",
348 "182",
349 "183",
350 "184",
351 "185",
352 "186",
353 "187",
354 "189",
355 "191",
356 "192",
357 "193",
358 "196",
359 "197",
360 "198",
361 "199",
362 "200",
363 "201",
364 "202",
365 "203",
366 "204",
367 "205",
368 "206",
369 "207",
370 "208",
371 "209",
372 "210",
373 "211",
374 "212",
375 "213",
376 "214",
377 "215",
378 "216",
379 "217",
380 "218",
381 "219",
382 "220",
383 "221",
384 "226",
385 "227",
386 "228",
387 "229"
388 ],
389 "type": "string",
390 "description": "Select countryCode to search items from different location. By default, the actor uses United States."
391 },
392 "lowestPrice": {
393 "title": "Lowest price option",
394 "type": "integer",
395 "description": "Lowest price option to filter searches results"
396 },
397 "highestPrice": {
398 "title": "Highest price option",
399 "type": "integer",
400 "description": "Highest price option to filter searches results"
401 },
402 "categoryId": {
403 "title": "Category Id",
404 "type": "string",
405 "description": "Input category id to filter the searches results based the category id. List of category id is from search results"
406 },
407 "sort": {
408 "title": "Sort opitons",
409 "enum": [
410 "12",
411 "1",
412 "10",
413 "15",
414 "16",
415 "7",
416 "3",
417 "2",
418 "18",
419 "19"
420 ],
421 "type": "string",
422 "description": "Sort options to filter searches results"
423 },
424 "maxPagesPerQuery": {
425 "title": "Max pages per query",
426 "minimum": 1,
427 "type": "integer",
428 "description": "The maximum number of search result pages crawled for each search query"
429 },
430 "csvFriendlyOutput": {
431 "title": "Output CSV friendly format",
432 "type": "boolean",
433 "description": "Include Ebay results data, use for CSV format"
434 }
435 }
436 },
437 "runsResponseSchema": {
438 "type": "object",
439 "properties": {
440 "data": {
441 "type": "object",
442 "properties": {
443 "id": {
444 "type": "string"
445 },
446 "actId": {
447 "type": "string"
448 },
449 "userId": {
450 "type": "string"
451 },
452 "startedAt": {
453 "type": "string",
454 "format": "date-time",
455 "example": "2025-01-08T00:00:00.000Z"
456 },
457 "finishedAt": {
458 "type": "string",
459 "format": "date-time",
460 "example": "2025-01-08T00:00:00.000Z"
461 },
462 "status": {
463 "type": "string",
464 "example": "READY"
465 },
466 "meta": {
467 "type": "object",
468 "properties": {
469 "origin": {
470 "type": "string",
471 "example": "API"
472 },
473 "userAgent": {
474 "type": "string"
475 }
476 }
477 },
478 "stats": {
479 "type": "object",
480 "properties": {
481 "inputBodyLen": {
482 "type": "integer",
483 "example": 2000
484 },
485 "rebootCount": {
486 "type": "integer",
487 "example": 0
488 },
489 "restartCount": {
490 "type": "integer",
491 "example": 0
492 },
493 "resurrectCount": {
494 "type": "integer",
495 "example": 0
496 },
497 "computeUnits": {
498 "type": "integer",
499 "example": 0
500 }
501 }
502 },
503 "options": {
504 "type": "object",
505 "properties": {
506 "build": {
507 "type": "string",
508 "example": "latest"
509 },
510 "timeoutSecs": {
511 "type": "integer",
512 "example": 300
513 },
514 "memoryMbytes": {
515 "type": "integer",
516 "example": 1024
517 },
518 "diskMbytes": {
519 "type": "integer",
520 "example": 2048
521 }
522 }
523 },
524 "buildId": {
525 "type": "string"
526 },
527 "defaultKeyValueStoreId": {
528 "type": "string"
529 },
530 "defaultDatasetId": {
531 "type": "string"
532 },
533 "defaultRequestQueueId": {
534 "type": "string"
535 },
536 "buildNumber": {
537 "type": "string",
538 "example": "1.0.0"
539 },
540 "containerUrl": {
541 "type": "string"
542 },
543 "usage": {
544 "type": "object",
545 "properties": {
546 "ACTOR_COMPUTE_UNITS": {
547 "type": "integer",
548 "example": 0
549 },
550 "DATASET_READS": {
551 "type": "integer",
552 "example": 0
553 },
554 "DATASET_WRITES": {
555 "type": "integer",
556 "example": 0
557 },
558 "KEY_VALUE_STORE_READS": {
559 "type": "integer",
560 "example": 0
561 },
562 "KEY_VALUE_STORE_WRITES": {
563 "type": "integer",
564 "example": 1
565 },
566 "KEY_VALUE_STORE_LISTS": {
567 "type": "integer",
568 "example": 0
569 },
570 "REQUEST_QUEUE_READS": {
571 "type": "integer",
572 "example": 0
573 },
574 "REQUEST_QUEUE_WRITES": {
575 "type": "integer",
576 "example": 0
577 },
578 "DATA_TRANSFER_INTERNAL_GBYTES": {
579 "type": "integer",
580 "example": 0
581 },
582 "DATA_TRANSFER_EXTERNAL_GBYTES": {
583 "type": "integer",
584 "example": 0
585 },
586 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
587 "type": "integer",
588 "example": 0
589 },
590 "PROXY_SERPS": {
591 "type": "integer",
592 "example": 0
593 }
594 }
595 },
596 "usageTotalUsd": {
597 "type": "number",
598 "example": 0.00005
599 },
600 "usageUsd": {
601 "type": "object",
602 "properties": {
603 "ACTOR_COMPUTE_UNITS": {
604 "type": "integer",
605 "example": 0
606 },
607 "DATASET_READS": {
608 "type": "integer",
609 "example": 0
610 },
611 "DATASET_WRITES": {
612 "type": "integer",
613 "example": 0
614 },
615 "KEY_VALUE_STORE_READS": {
616 "type": "integer",
617 "example": 0
618 },
619 "KEY_VALUE_STORE_WRITES": {
620 "type": "number",
621 "example": 0.00005
622 },
623 "KEY_VALUE_STORE_LISTS": {
624 "type": "integer",
625 "example": 0
626 },
627 "REQUEST_QUEUE_READS": {
628 "type": "integer",
629 "example": 0
630 },
631 "REQUEST_QUEUE_WRITES": {
632 "type": "integer",
633 "example": 0
634 },
635 "DATA_TRANSFER_INTERNAL_GBYTES": {
636 "type": "integer",
637 "example": 0
638 },
639 "DATA_TRANSFER_EXTERNAL_GBYTES": {
640 "type": "integer",
641 "example": 0
642 },
643 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
644 "type": "integer",
645 "example": 0
646 },
647 "PROXY_SERPS": {
648 "type": "integer",
649 "example": 0
650 }
651 }
652 }
653 }
654 }
655 }
656 }
657 }
658 }
659}
Ebay Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Ebay Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
Pay per eventThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
One page
$0.050
Scraping 1000 results = 20 pages cost 20 * 0.05 = 1 USD