
StockX Scraper
Pay $4.00 for 1,000 results

StockX Scraper
Pay $4.00 for 1,000 results
Scrape comprehensive publicly available data from stockx.com including detailed product information, market state, and sales trends. Utilize detailed transaction records and time-series data to analyze market dynamics and predict trends.
You can access the StockX Scraper programmatically from your own applications by using the Apify API. You can 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": "OVr9hK5fMo6AT2UiE"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/avaritia~stockx-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-avaritia-stockx-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/avaritia~stockx-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-avaritia-stockx-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/avaritia~stockx-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-avaritia-stockx-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 "scrapeInput",
135 "dataType",
136 "currencyCode",
137 "countryCode"
138 ],
139 "properties": {
140 "scrapeInput": {
141 "title": "StockX Product URLs/URL Keys",
142 "type": "array",
143 "description": "StockX product URL (https://stockx.com/de-de/air-jordan-4-retro-military-blue-2024) or URL key (louis-vuitton-by-tyler-the-creator-multiple-wallet-chocolate-craggy-monogram).",
144 "items": {
145 "type": "string"
146 }
147 },
148 "dataType": {
149 "title": "Data Type",
150 "enum": [
151 "fetch_product_data",
152 "fetch_sales_graph"
153 ],
154 "type": "string",
155 "description": "Determine which type of data you would like to scrape."
156 },
157 "currencyCode": {
158 "title": "Currency Code",
159 "enum": [
160 "AUD",
161 "CAD",
162 "CHF",
163 "EUR",
164 "GBP",
165 "HKD",
166 "JPY",
167 "KRW",
168 "MXN",
169 "NZD",
170 "SGD",
171 "USD"
172 ],
173 "type": "string",
174 "description": "Select the currency code for the market you wish to scrape."
175 },
176 "countryCode": {
177 "title": "Country Code",
178 "enum": [
179 "AL",
180 "DZ",
181 "AS",
182 "AD",
183 "AO",
184 "AI",
185 "AG",
186 "AR",
187 "AM",
188 "AW",
189 "AU",
190 "AT",
191 "AZ",
192 "BS",
193 "BH",
194 "BB",
195 "BY",
196 "BE",
197 "BZ",
198 "BJ",
199 "BM",
200 "BT",
201 "BO",
202 "BA",
203 "BW",
204 "BR",
205 "VG",
206 "BN",
207 "BG",
208 "BF",
209 "BI",
210 "KH",
211 "CM",
212 "CA",
213 "IC",
214 "CV",
215 "KY",
216 "TD",
217 "CL",
218 "CN",
219 "CO",
220 "KM",
221 "CG",
222 "CK",
223 "CR",
224 "HR",
225 "CY",
226 "CZ",
227 "CD",
228 "DK",
229 "DJ",
230 "DM",
231 "DO",
232 "EC",
233 "EG",
234 "SV",
235 "ER",
236 "EE",
237 "ET",
238 "FO",
239 "FJ",
240 "FI",
241 "FR",
242 "GF",
243 "PF",
244 "GA",
245 "GM",
246 "GE",
247 "DE",
248 "GI",
249 "GR",
250 "GL",
251 "GD",
252 "GP",
253 "GU",
254 "GT",
255 "GG",
256 "GN",
257 "GW",
258 "GY",
259 "HN",
260 "HK",
261 "HU",
262 "IS",
263 "IN",
264 "ID",
265 "IE",
266 "IL",
267 "IT",
268 "CI",
269 "JM",
270 "JP",
271 "JE",
272 "JO",
273 "KZ",
274 "KE",
275 "KI",
276 "XK",
277 "KW",
278 "KG",
279 "LA",
280 "LV",
281 "LS",
282 "LI",
283 "LT",
284 "LU",
285 "MO",
286 "MK",
287 "MG",
288 "MW",
289 "MY",
290 "MV",
291 "ML",
292 "MT",
293 "MH",
294 "MQ",
295 "MR",
296 "MU",
297 "YT",
298 "MX",
299 "FM",
300 "MD",
301 "MC",
302 "MN",
303 "ME",
304 "MS",
305 "MA",
306 "MZ",
307 "NA",
308 "NP",
309 "NL",
310 "NC",
311 "NZ",
312 "NI",
313 "NE",
314 "NG",
315 "NF",
316 "MP",
317 "NO",
318 "OM",
319 "PW",
320 "PA",
321 "PG",
322 "PY",
323 "PE",
324 "PH",
325 "PL",
326 "PT",
327 "PR",
328 "QA",
329 "RE",
330 "RO",
331 "RU",
332 "RW",
333 "WS",
334 "SM",
335 "ST",
336 "SA",
337 "SN",
338 "RS",
339 "SC",
340 "SL",
341 "SG",
342 "SK",
343 "SI",
344 "SB",
345 "ZA",
346 "KR",
347 "ES",
348 "LK",
349 "KN",
350 "LC",
351 "VC",
352 "SR",
353 "SZ",
354 "SE",
355 "CH",
356 "TW",
357 "TJ",
358 "TZ",
359 "TH",
360 "TG",
361 "TO",
362 "TT",
363 "TN",
364 "TR",
365 "TM",
366 "TC",
367 "TV",
368 "UG",
369 "UA",
370 "AE",
371 "GB",
372 "US",
373 "UY",
374 "VI",
375 "VU",
376 "VA",
377 "VE",
378 "VN",
379 "WF",
380 "YE",
381 "ZM",
382 "ZW"
383 ],
384 "type": "string",
385 "description": "Select the country code for the market you wish to scrape."
386 }
387 }
388 },
389 "runsResponseSchema": {
390 "type": "object",
391 "properties": {
392 "data": {
393 "type": "object",
394 "properties": {
395 "id": {
396 "type": "string"
397 },
398 "actId": {
399 "type": "string"
400 },
401 "userId": {
402 "type": "string"
403 },
404 "startedAt": {
405 "type": "string",
406 "format": "date-time",
407 "example": "2025-01-08T00:00:00.000Z"
408 },
409 "finishedAt": {
410 "type": "string",
411 "format": "date-time",
412 "example": "2025-01-08T00:00:00.000Z"
413 },
414 "status": {
415 "type": "string",
416 "example": "READY"
417 },
418 "meta": {
419 "type": "object",
420 "properties": {
421 "origin": {
422 "type": "string",
423 "example": "API"
424 },
425 "userAgent": {
426 "type": "string"
427 }
428 }
429 },
430 "stats": {
431 "type": "object",
432 "properties": {
433 "inputBodyLen": {
434 "type": "integer",
435 "example": 2000
436 },
437 "rebootCount": {
438 "type": "integer",
439 "example": 0
440 },
441 "restartCount": {
442 "type": "integer",
443 "example": 0
444 },
445 "resurrectCount": {
446 "type": "integer",
447 "example": 0
448 },
449 "computeUnits": {
450 "type": "integer",
451 "example": 0
452 }
453 }
454 },
455 "options": {
456 "type": "object",
457 "properties": {
458 "build": {
459 "type": "string",
460 "example": "latest"
461 },
462 "timeoutSecs": {
463 "type": "integer",
464 "example": 300
465 },
466 "memoryMbytes": {
467 "type": "integer",
468 "example": 1024
469 },
470 "diskMbytes": {
471 "type": "integer",
472 "example": 2048
473 }
474 }
475 },
476 "buildId": {
477 "type": "string"
478 },
479 "defaultKeyValueStoreId": {
480 "type": "string"
481 },
482 "defaultDatasetId": {
483 "type": "string"
484 },
485 "defaultRequestQueueId": {
486 "type": "string"
487 },
488 "buildNumber": {
489 "type": "string",
490 "example": "1.0.0"
491 },
492 "containerUrl": {
493 "type": "string"
494 },
495 "usage": {
496 "type": "object",
497 "properties": {
498 "ACTOR_COMPUTE_UNITS": {
499 "type": "integer",
500 "example": 0
501 },
502 "DATASET_READS": {
503 "type": "integer",
504 "example": 0
505 },
506 "DATASET_WRITES": {
507 "type": "integer",
508 "example": 0
509 },
510 "KEY_VALUE_STORE_READS": {
511 "type": "integer",
512 "example": 0
513 },
514 "KEY_VALUE_STORE_WRITES": {
515 "type": "integer",
516 "example": 1
517 },
518 "KEY_VALUE_STORE_LISTS": {
519 "type": "integer",
520 "example": 0
521 },
522 "REQUEST_QUEUE_READS": {
523 "type": "integer",
524 "example": 0
525 },
526 "REQUEST_QUEUE_WRITES": {
527 "type": "integer",
528 "example": 0
529 },
530 "DATA_TRANSFER_INTERNAL_GBYTES": {
531 "type": "integer",
532 "example": 0
533 },
534 "DATA_TRANSFER_EXTERNAL_GBYTES": {
535 "type": "integer",
536 "example": 0
537 },
538 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
539 "type": "integer",
540 "example": 0
541 },
542 "PROXY_SERPS": {
543 "type": "integer",
544 "example": 0
545 }
546 }
547 },
548 "usageTotalUsd": {
549 "type": "number",
550 "example": 0.00005
551 },
552 "usageUsd": {
553 "type": "object",
554 "properties": {
555 "ACTOR_COMPUTE_UNITS": {
556 "type": "integer",
557 "example": 0
558 },
559 "DATASET_READS": {
560 "type": "integer",
561 "example": 0
562 },
563 "DATASET_WRITES": {
564 "type": "integer",
565 "example": 0
566 },
567 "KEY_VALUE_STORE_READS": {
568 "type": "integer",
569 "example": 0
570 },
571 "KEY_VALUE_STORE_WRITES": {
572 "type": "number",
573 "example": 0.00005
574 },
575 "KEY_VALUE_STORE_LISTS": {
576 "type": "integer",
577 "example": 0
578 },
579 "REQUEST_QUEUE_READS": {
580 "type": "integer",
581 "example": 0
582 },
583 "REQUEST_QUEUE_WRITES": {
584 "type": "integer",
585 "example": 0
586 },
587 "DATA_TRANSFER_INTERNAL_GBYTES": {
588 "type": "integer",
589 "example": 0
590 },
591 "DATA_TRANSFER_EXTERNAL_GBYTES": {
592 "type": "integer",
593 "example": 0
594 },
595 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
596 "type": "integer",
597 "example": 0
598 },
599 "PROXY_SERPS": {
600 "type": "integer",
601 "example": 0
602 }
603 }
604 }
605 }
606 }
607 }
608 }
609 }
610 }
611}
StockX 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 StockX 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:
Actor Metrics
5 monthly users
-
1 star
>99% runs succeeded
Created in Apr 2024
Modified 2 months ago