From 181e02ecb04fc0c93b9bf005a83cd66f901230e9 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 23 Sep 2026 12:52:05 -0500 Subject: [PATCH] Say that tiktok_shop.search ignores limit Regenerated with scripts/gen-seller-pages.mjs from the matching anyapi schema change: limit is accepted but ignored, and the search returns every product the source gives, typically about 30. Co-Authored-By: Claude Opus 5.5 (1M context) --- sell/apis/tiktok_shop.search.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sell/apis/tiktok_shop.search.mdx b/sell/apis/tiktok_shop.search.mdx index f82f165..33634bb 100644 --- a/sell/apis/tiktok_shop.search.mdx +++ b/sell/apis/tiktok_shop.search.mdx @@ -16,7 +16,7 @@ AnyAPI publishes this API from **$1.20 per 1,000 requests**. That is the price a | Field | Type | Required | What it means | | --- | --- | --- | --- | | `country` | string | no | Country code of the TikTok Shop market to search (e.g. US). One of: `US`, `VN`, `TH`, `PH`, `MY`, `ID`, `GB`, `SG`, `ES`, `MX`, `DE`, `IT`, `FR`, `BR`, `JP`. Default `"US"`. | -| `limit` | integer | no | Maximum number of results to return (1-10, default 10). | +| `limit` | integer | no | Accepted but ignored. The search returns every product TikTok Shop gives for the query, typically about 30 and occasionally more than 50, for the same price per call. | | `query` | string | yes | Search keyword for TikTok Shop products (e.g. wireless earbuds). | @@ -39,8 +39,7 @@ AnyAPI publishes this API from **$1.20 per 1,000 requests**. That is the price a "limit": { "type": "integer", "minimum": 1, - "maximum": 10, - "description": "Maximum number of results to return (1-10, default 10)." + "description": "Accepted but ignored. The search returns every product TikTok Shop gives for the query, typically about 30 and occasionally more than 50, for the same price per call." }, "query": { "type": "string",