Tiktok Shop Scraper avatar

Tiktok Shop Scraper

Try for free

3 days trial then $38.00/month - No credit card required now

Go to Store
Tiktok Shop Scraper

Tiktok Shop Scraper

novi/tiktok-shop-scraper
Try for free

3 days trial then $38.00/month - No credit card required now

Ultimate Tiktok Shop Scraper for your business.

You can access the Tiktok Shop 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": "GO8UP6Zyox8mI9JoI"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/novi~tiktok-shop-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-novi-tiktok-shop-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/novi~tiktok-shop-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-novi-tiktok-shop-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/novi~tiktok-shop-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-novi-tiktok-shop-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          "limit"
135        ],
136        "properties": {
137          "region": {
138            "title": "Country",
139            "enum": [
140              "",
141              "GB",
142              "AF",
143              "AL",
144              "DZ",
145              "AS",
146              "AD",
147              "AO",
148              "AI",
149              "AQ",
150              "AG",
151              "AR",
152              "AM",
153              "AW",
154              "AU",
155              "AT",
156              "AZ",
157              "BS",
158              "BH",
159              "BD",
160              "BB",
161              "BY",
162              "BE",
163              "BZ",
164              "BJ",
165              "BM",
166              "BT",
167              "BO",
168              "BQ",
169              "BA",
170              "BW",
171              "BV",
172              "BR",
173              "IO",
174              "VG",
175              "BN",
176              "BG",
177              "BF",
178              "BI",
179              "KH",
180              "CM",
181              "CA",
182              "CV",
183              "KY",
184              "CF",
185              "TD",
186              "CL",
187              "CN",
188              "CX",
189              "CC",
190              "CO",
191              "KM",
192              "CK",
193              "CR",
194              "HR",
195              "CU",
196              "CW",
197              "CY",
198              "CZ",
199              "CD",
200              "DK",
201              "DJ",
202              "DM",
203              "DO",
204              "TL",
205              "EC",
206              "EG",
207              "SV",
208              "GQ",
209              "ER",
210              "EE",
211              "ET",
212              "FK",
213              "FO",
214              "FJ",
215              "FI",
216              "FR",
217              "GF",
218              "PF",
219              "TF",
220              "GA",
221              "GM",
222              "GE",
223              "DE",
224              "GH",
225              "GI",
226              "GR",
227              "GL",
228              "GD",
229              "GP",
230              "GU",
231              "GT",
232              "GG",
233              "GN",
234              "GW",
235              "GY",
236              "HT",
237              "HM",
238              "HN",
239              "HK",
240              "HU",
241              "IS",
242              "IN",
243              "ID",
244              "IR",
245              "IQ",
246              "IE",
247              "IM",
248              "IL",
249              "IT",
250              "CI",
251              "JM",
252              "JP",
253              "JE",
254              "JO",
255              "KZ",
256              "KE",
257              "KI",
258              "XK",
259              "KW",
260              "KG",
261              "LA",
262              "LV",
263              "LB",
264              "LS",
265              "LR",
266              "LY",
267              "LI",
268              "LT",
269              "LU",
270              "MO",
271              "MG",
272              "MW",
273              "MY",
274              "MV",
275              "ML",
276              "MT",
277              "MH",
278              "MQ",
279              "MR",
280              "MU",
281              "YT",
282              "MX",
283              "FM",
284              "MD",
285              "MC",
286              "MN",
287              "ME",
288              "MS",
289              "MA",
290              "MZ",
291              "MM",
292              "NA",
293              "NR",
294              "NP",
295              "NL",
296              "NC",
297              "NZ",
298              "NI",
299              "NE",
300              "NG",
301              "NU",
302              "NF",
303              "KP",
304              "MK",
305              "MP",
306              "NO",
307              "OM",
308              "PK",
309              "PW",
310              "PS",
311              "PA",
312              "PG",
313              "PY",
314              "PE",
315              "PH",
316              "PN",
317              "PL",
318              "PT",
319              "PR",
320              "QA",
321              "CG",
322              "RO",
323              "RU",
324              "RW",
325              "RE",
326              "BL",
327              "SH",
328              "KN",
329              "LC",
330              "MF",
331              "PM",
332              "VC",
333              "WS",
334              "SM",
335              "SA",
336              "SN",
337              "RS",
338              "SC",
339              "SL",
340              "SG",
341              "SX",
342              "SK",
343              "SI",
344              "SB",
345              "SO",
346              "ZA",
347              "GS",
348              "KR",
349              "SS",
350              "ES",
351              "LK",
352              "SD",
353              "SR",
354              "SJ",
355              "SZ",
356              "SE",
357              "CH",
358              "SY",
359              "ST",
360              "TW",
361              "TJ",
362              "TZ",
363              "TH",
364              "TG",
365              "TK",
366              "TO",
367              "TT",
368              "TN",
369              "TR",
370              "TM",
371              "TC",
372              "TV",
373              "UM",
374              "VI",
375              "UG",
376              "UA",
377              "AE",
378              "US",
379              "UY",
380              "UZ",
381              "VU",
382              "VA",
383              "VE",
384              "VN",
385              "WF",
386              "EH",
387              "YE",
388              "ZM",
389              "ZW",
390              "AX"
391            ],
392            "type": "string",
393            "description": "Country target for scraping",
394            "default": "GB"
395          },
396          "limit": {
397            "title": "💯 Number of products",
398            "minimum": 1,
399            "maximum": 10000,
400            "type": "integer",
401            "description": "Add the number of products you want to get.",
402            "default": 1
403          },
404          "isTrendingProducts": {
405            "title": "📈 Scrape Trending Products.",
406            "type": "boolean",
407            "description": "Scrape Trending Products. This feature will slowdown your actor because it need to bypass TikTok's captcha",
408            "default": false
409          },
410          "keyword": {
411            "title": "💡 Keyword",
412            "type": "string",
413            "description": "Keyword",
414            "default": "baby"
415          },
416          "sortType": {
417            "title": "Sort Type",
418            "enum": [
419              "PRICE_ASC",
420              "PRICE_DESC",
421              "BEST_SELLERS",
422              "RELEVANCE"
423            ],
424            "type": "string",
425            "description": "Sort Type"
426          },
427          "proxyConfiguration": {
428            "title": "Proxy Configuration",
429            "type": "object",
430            "description": "Select proxies to be used by your crawler."
431          }
432        }
433      },
434      "runsResponseSchema": {
435        "type": "object",
436        "properties": {
437          "data": {
438            "type": "object",
439            "properties": {
440              "id": {
441                "type": "string"
442              },
443              "actId": {
444                "type": "string"
445              },
446              "userId": {
447                "type": "string"
448              },
449              "startedAt": {
450                "type": "string",
451                "format": "date-time",
452                "example": "2025-01-08T00:00:00.000Z"
453              },
454              "finishedAt": {
455                "type": "string",
456                "format": "date-time",
457                "example": "2025-01-08T00:00:00.000Z"
458              },
459              "status": {
460                "type": "string",
461                "example": "READY"
462              },
463              "meta": {
464                "type": "object",
465                "properties": {
466                  "origin": {
467                    "type": "string",
468                    "example": "API"
469                  },
470                  "userAgent": {
471                    "type": "string"
472                  }
473                }
474              },
475              "stats": {
476                "type": "object",
477                "properties": {
478                  "inputBodyLen": {
479                    "type": "integer",
480                    "example": 2000
481                  },
482                  "rebootCount": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "restartCount": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "resurrectCount": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "computeUnits": {
495                    "type": "integer",
496                    "example": 0
497                  }
498                }
499              },
500              "options": {
501                "type": "object",
502                "properties": {
503                  "build": {
504                    "type": "string",
505                    "example": "latest"
506                  },
507                  "timeoutSecs": {
508                    "type": "integer",
509                    "example": 300
510                  },
511                  "memoryMbytes": {
512                    "type": "integer",
513                    "example": 1024
514                  },
515                  "diskMbytes": {
516                    "type": "integer",
517                    "example": 2048
518                  }
519                }
520              },
521              "buildId": {
522                "type": "string"
523              },
524              "defaultKeyValueStoreId": {
525                "type": "string"
526              },
527              "defaultDatasetId": {
528                "type": "string"
529              },
530              "defaultRequestQueueId": {
531                "type": "string"
532              },
533              "buildNumber": {
534                "type": "string",
535                "example": "1.0.0"
536              },
537              "containerUrl": {
538                "type": "string"
539              },
540              "usage": {
541                "type": "object",
542                "properties": {
543                  "ACTOR_COMPUTE_UNITS": {
544                    "type": "integer",
545                    "example": 0
546                  },
547                  "DATASET_READS": {
548                    "type": "integer",
549                    "example": 0
550                  },
551                  "DATASET_WRITES": {
552                    "type": "integer",
553                    "example": 0
554                  },
555                  "KEY_VALUE_STORE_READS": {
556                    "type": "integer",
557                    "example": 0
558                  },
559                  "KEY_VALUE_STORE_WRITES": {
560                    "type": "integer",
561                    "example": 1
562                  },
563                  "KEY_VALUE_STORE_LISTS": {
564                    "type": "integer",
565                    "example": 0
566                  },
567                  "REQUEST_QUEUE_READS": {
568                    "type": "integer",
569                    "example": 0
570                  },
571                  "REQUEST_QUEUE_WRITES": {
572                    "type": "integer",
573                    "example": 0
574                  },
575                  "DATA_TRANSFER_INTERNAL_GBYTES": {
576                    "type": "integer",
577                    "example": 0
578                  },
579                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
580                    "type": "integer",
581                    "example": 0
582                  },
583                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
584                    "type": "integer",
585                    "example": 0
586                  },
587                  "PROXY_SERPS": {
588                    "type": "integer",
589                    "example": 0
590                  }
591                }
592              },
593              "usageTotalUsd": {
594                "type": "number",
595                "example": 0.00005
596              },
597              "usageUsd": {
598                "type": "object",
599                "properties": {
600                  "ACTOR_COMPUTE_UNITS": {
601                    "type": "integer",
602                    "example": 0
603                  },
604                  "DATASET_READS": {
605                    "type": "integer",
606                    "example": 0
607                  },
608                  "DATASET_WRITES": {
609                    "type": "integer",
610                    "example": 0
611                  },
612                  "KEY_VALUE_STORE_READS": {
613                    "type": "integer",
614                    "example": 0
615                  },
616                  "KEY_VALUE_STORE_WRITES": {
617                    "type": "number",
618                    "example": 0.00005
619                  },
620                  "KEY_VALUE_STORE_LISTS": {
621                    "type": "integer",
622                    "example": 0
623                  },
624                  "REQUEST_QUEUE_READS": {
625                    "type": "integer",
626                    "example": 0
627                  },
628                  "REQUEST_QUEUE_WRITES": {
629                    "type": "integer",
630                    "example": 0
631                  },
632                  "DATA_TRANSFER_INTERNAL_GBYTES": {
633                    "type": "integer",
634                    "example": 0
635                  },
636                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
637                    "type": "integer",
638                    "example": 0
639                  },
640                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
641                    "type": "integer",
642                    "example": 0
643                  },
644                  "PROXY_SERPS": {
645                    "type": "integer",
646                    "example": 0
647                  }
648                }
649              }
650            }
651          }
652        }
653      }
654    }
655  }
656}

Tiktok Shop 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 Tiktok Shop 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:

Developer
Maintained by Community

Actor Metrics

  • 7 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified a day ago