api.socialfetch.dev
https://api.socialfetch.dev/v1/tiktok/shop/products/searchShares a payout wallet with 136 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Search products in TikTok Shop by keyword.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
0.0% avgResponse time
Data table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/13/2026, 5:00:00 PM | 0% | 1 | — |
| 8/14/2026, 5:00:00 PM | 0% | 1 | — |
| 8/15/2026, 5:00:00 PM | 0% | 1 | — |
| 8/16/2026, 5:00:00 PM | 0% | 1 | — |
| 8/17/2026, 6:00:00 PM | 0% | 1 | — |
| 8/18/2026, 6:00:00 PM | 0% | 1 | — |
| 8/19/2026, 6:00:00 PM | 0% | 1 | — |
- Availability
- 24
- Latency
- not yet measured
- Security
- 100
- Transparency
- 49
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 58% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- Namecheap Inc.
- Domain registered
- 2026-03-30
- Hosting network
- VERCEL-09
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
On-chain activity (base)
Payments per day
last payment 8/20/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 7/22/2026 | 16 | 0.24 | 2 |
| 7/23/2026 | 6 | 0.1 | 2 |
| 7/24/2026 | 18 | 0.25 | 1 |
| 7/25/2026 | 13 | 0.2 | 1 |
| 7/26/2026 | 1 | 0.01 | 1 |
| 7/27/2026 | 4 | 0.1 | 1 |
| 7/28/2026 | 10 | 0.14 | 3 |
| 7/29/2026 | 4 | 0.06 | 1 |
| 7/30/2026 | 79 | 1.29 | 4 |
| 8/1/2026 | 3 | 0.04 | 2 |
| 8/2/2026 | 4 | 0.06 | 2 |
| 8/3/2026 | 24 | 0.34 | 2 |
| 8/4/2026 | 28 | 0.5 | 3 |
| 8/5/2026 | 1 | 0.01 | 1 |
| 8/6/2026 | 4 | 0.08 | 2 |
| 8/7/2026 | 2 | 0.03 | 1 |
| 8/8/2026 | 4 | 0.08 | 1 |
| 8/9/2026 | 4 | 0.06 | 2 |
| 8/10/2026 | 3 | 0.07 | 2 |
| 8/11/2026 | 13 | 0.18 | 2 |
| 8/12/2026 | 5 | 0.07 | 2 |
| 8/13/2026 | 4 | 0.06 | 2 |
| 8/14/2026 | 4 | 0.06 | 2 |
| 8/15/2026 | 3 | 0.04 | 2 |
| 8/16/2026 | 162 | 2.28 | 3 |
| 8/17/2026 | 8 | 0.15 | 5 |
| 8/18/2026 | 1 | 0.01 | 1 |
| 8/19/2026 | 3 | 0.04 | 2 |
| 8/20/2026 | 1 | 0.03 | 1 |
This payout wallet is shared: figures cover all 137 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"description": "Standard success response envelope.",
"properties": {
"data": {
"description": "Endpoint-specific response payload.",
"properties": {
"page": {
"description": "Pagination state for the current response.",
"properties": {
"currentPage": {
"description": "1-based page number for this response.",
"minimum": 1,
"type": "integer"
},
"hasMore": {
"description": "Whether more product pages are likely available for this search.",
"type": "boolean"
},
"nextPage": {
"description": "Next page number to request when more results are available; otherwise null.",
"minimum": 1,
"nullable": true,
"type": "integer"
}
},
"required": [
"currentPage",
"nextPage",
"hasMore"
],
"type": "object"
},
"products": {
"description": "Products returned for the requested page.",
"items": {
"description": "A normalized TikTok Shop search result product.",
"properties": {
"description": {
"description": "Product description, when available.",
"nullable": true,
"type": "string"
},
"id": {
"description": "TikTok Shop product identifier.",
"minLength": 1,
"type": "string"
},
"image": {
"description": "Structured image size metadata when the image URL is available.",
"nullable": true,
"properties": {
"height": {
"description": "Image height in pixels, when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"url": {
"anyOf": [
{
"minLength": 1,
"type": "string"
},
{
"nullable": true
}
],
"description": "Primary product image URL."
},
"width": {
"description": "Image width in pixels, when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
}
},
"required": [
"width",
"height",
"url"
],
"type": "object"
},
"imageUrl": {
"description": "Primary product image URL, when available.",
"minLength": 1,
"nullable": true,
"type": "string"
},
"labels": {
"description": "Promotional, shipping, and trust labels for the product card.",
"items": {
"description": "A promotional, shipping, or trust label for a product card.",
"properties": {
"text": {
"description": "Label text shown for the product.",
"type": "string"
},
"type": {
"description": "TikTok Shop label type code, when available.",
"nullable": true,
"type": "integer"
}
},
"required": [
"text",
"type"
],
"type": "object"
},
"type": "array"
},
"metrics": {
"description": "Rating and sales metrics for the product.",
"properties": {
"rating": {
"description": "Average product rating, when available.",
"minimum": 0,
"nullable": true,
"type": "number"
},
"reviews": {
"description": "Number of product reviews, when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
},
"sold": {
"description": "Approximate units sold, when available.",
"minimum": 0,
"nullable": true,
"type": "integer"
}
},
"required": [
"sold",
"reviews",
"rating"
],
"type": "object"
},
"price": {
"description": "Displayed price data.",
"properties": {
"currencyCode": {
"description": "Currency name or code for displayed prices, when available.",
"nullable": true,
"type": "string"
},
"currencySymbol": {
"description": "Currency symbol for the listed price, when available.",
"nullable": true,
"type": "string"
},
"current": {
"description": "Current sale price for the product, when available.",
"nullable": true,
"type": "string"
},
"discountText": {
"description": "Human-readable discount label, when available.",
"nullable": true,
"type": "string"
},
"original": {
"description": "Original or list price before discount, when available.",
"nullable": true,
"type": "string"
},
"savingText": {
"description": "Human-readable savings line, when available.",
"nullable": true,
"type": "string"
}
},
"required": [
"currencyCode",
"currencySymbol",
"current",
"original",
"discountText",
"savingText"
],
"type": "object"
},
"shipFrom": {
"description": "Reported ship-from location text, when available.",
"nullable": true,
"type": "string"
},
"shop": {
"description": "Selling shop for the product.",
"properties": {
"id": {
"description": "TikTok Shop seller identifier, when available.",
"nullable": true,
"type": "string"
},
"logoUrl": {
"description": "Shop logo image URL, when available.",
"nullable": true,
"type": "string"
},
"name": {
"description": "Shop display name, when available.",
"nullable": true,
"type": "string"
}
},
"required": [
"id",
"name",
"logoUrl"
],
"type": "object"
},
"title": {
"description": "Product title text.",
"minLength": 1,
"type": "string"
},
"trustLabel": {
"description": "TikTok Shop trust badge label, when available.",
"nullable": true,
"type": "string"
},
"url": {
"description": "Canonical public URL for the product page, when available.",
"minLength": 1,
"nullable": true,
"type": "string"
}
},
"required": [
"id",
"title",
"description",
"url",
"imageUrl",
"shipFrom",
"trustLabel",
"labels",
"price",
"metrics",
"shop"
],
"type": "object"
},
"type": "array"
},
"query": {
"description": "Search query that was evaluated for this response.",
"type": "string"
},
"totalProducts": {
"description": "Total matching products reported for the search, when available.",
"minimum": 0,
"type": "integer"
}
},
"required": [
"query",
"products",
"totalProducts",
"page"
],
"type": "object"
},
"meta": {
"description": "Metadata describing the request and billing outcome.",
"properties": {
"cached": {
"description": "True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.",
"type": "boolean"
},
"creditsCharged": {
"description": "Credits charged for this request.",
"minimum": 0,
"type": "integer"
},
"requestId": {
"description": "Unique request identifier for tracing this API call.",
"minLength": 1,
"type": "string"
},
"version": {
"description": "Public API version that served the response.",
"enum": [
"v1"
],
"type": "string"
}
},
"required": [
"requestId",
"creditsCharged",
"version"
],
"type": "object"
}
},
"required": [
"data",
"meta"
],
"type": "object"
}