# TikTok Shop Search API (https://www.socialcrawl.dev/platforms/tiktokshop/search) > Searches TikTok Shop for products matching a query. Returns matching products with prices, ratings, and seller info. TL;DR: `GET /v1/tiktokshop/search` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | Search keyword or phrase to find TikTok Shop products | | `page` | no | Page number to retrieve | | `region` | no | Region to search shop products in. (US \| GB \| DE \| FR \| IT \| ID \| MY \| MX \| PH \| SG \| ES \| TH \| VN \| BR \| JP \| IE) | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktokshop/search?query=phone%20case" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I search TikTok Shop products with an API? Send a GET request to /v1/tiktok/shop/search with the query parameter set to your keyword. SocialCrawl returns a paginated list of matching products with prices, ratings, review counts, and seller info. ### Which TikTok Shop regions does the search endpoint support? 16 regions including US, GB, DE, FR, IT, ID, MY, MX, PH, SG, ES, TH, VN, BR, JP, and IE. Pass the region parameter with the 2-letter ISO code to scope the search to that market. ### What fields does each TikTok Shop search result include? Each result returns product id, title, price, currency, rating, review count, sold count, primary image URL, seller name, and a deep link to the product page — all in the unified search schema. ### How do I paginate through TikTok Shop search results? Pass page=1 for the first page, then increment page (2, 3, 4...) on each subsequent request. Continue until the response returns an empty results array to collect every matching product. ### How much does the TikTok Shop Search API cost? Each request costs 1 credit on the standard tier regardless of how many products are returned per page. New accounts get 100 free credits with no credit card required. See the full TikTok Shop API: https://www.socialcrawl.dev/platforms/tiktokshop ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to search TikTok Shop products with the SocialCrawl API - Which regions does the SocialCrawl TikTok Shop Search support?