Skip to content
scrapeatlas.Dashboard

Get a store profile

Try in Playground

Read a store's public summary: name, logo, rating, sold and on-sale counts, followers, videos, service sub-scores, identity label and description.

GET/v1/tiktok/shop/infox-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
3
seller_idstringquery

Store (seller) ID; provide either seller_id or url.

Example7400000000000000001
urlstringquery

Public store URL in any form the store products endpoint accepts.

max 2048 chars

regionenumdefault: "US"query

Storefront region, US (default).

one of: US · default: "US"

Response fields
59
requestIdstring

Request correlation UUID.

Upstream calls made (storefront JSON API calls including re-requested refusals, and document reads when a fallback was needed; transient retries included), decoded bytes delivered to the parser and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsinteger

Always included.

≥ 0

successboolean

True when usable public data is returned; inspect status and coverage for omissions.

statusenum

success, partial, failed or challenged. HTTP 200 can be partial.

one of: success, partial

sourceUrlstring

Canonical public storefront URL the response describes.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Complete means every supported field was read; warnings name each cap or fallback.

coverage.sourceenum

Always included.

one of: public_page, public_api

coverage.completeboolean

Always included.

coverage.warningsJSON[]

Always included.

The storefront's shop summary exactly as published: seller_id, sold_count, on_sell_product_count, review_count, global_seller_id, global_sold_count, followers_count and video_count (decimal strings), enable_follow, shop_name, shop_logo, shop_rating (string), shop_link, background, formatted counts (format_sold_count, format_followers_count, format_video_count, format_global_sold_count, display_on_sell_product_count), region, store_sub_score (type 1 positive feedback, 2 ships in 48h, 3 replies in 24h; score, score_percentage string), worst_rating, best_rating, creator_name, shop_identity_label (label_type and text, e.g. OFFICIAL SHOP), shop_slogan and desc (null when absent).

shopInfo.seller_idstring

Always included.

shopInfo.sold_countinteger

Always included.

≥ 0

shopInfo.on_sell_product_countinteger

Always included.

≥ 0

shopInfo.review_countinteger

Always included.

≥ 0

shopInfo.global_seller_idstring

Always included.

shopInfo.global_sold_countstring

Always included.

shopInfo.followers_countstring

Always included.

shopInfo.video_countstring

Always included.

shopInfo.enable_followboolean

Always included.

shopInfo.shop_namestring

Always included.

Always included.

shopInfo.shop_logo.heightinteger

Always included.

≥ 0

shopInfo.shop_logo.widthinteger

Always included.

≥ 0

shopInfo.shop_logo.uristring

Always included.

shopInfo.shop_logo.url_liststring[]

Always included.

shopInfo.shop_ratingstring

Always included.

shopInfo.shop_linkstring

Always included.

absolute HTTPS URL

Always included.

shopInfo.background.is_defaultboolean

Always included.

Always included.

shopInfo.background.image.heightinteger

Always included.

≥ 0

shopInfo.background.image.widthinteger

Always included.

≥ 0

shopInfo.background.image.uristring

Always included.

shopInfo.background.image.url_liststring[]

Always included.

shopInfo.background.shop_background_typeinteger

Always included.

shopInfo.format_sold_countstring

Always included.

shopInfo.regionstring

Always included.

shopInfo.display_on_sell_product_countstring

Always included.

shopInfo.format_global_sold_countstring

Always included.

shopInfo.format_followers_countstring

Always included.

shopInfo.format_video_countstring

Always included.

Always included.

shopInfo.store_sub_score.scorenumber

Always included.

shopInfo.store_sub_score.typeinteger

Always included.

shopInfo.store_sub_score.score_percentagestring

Always included.

shopInfo.store_sub_score.high_light_tagintegeroptional

Optional.

shopInfo.store_sub_score.platform_rate_typeintegeroptional

Optional.

shopInfo.worst_ratingstringnullable

Always included.

shopInfo.best_ratingstringnullable

Always included.

shopInfo.creator_namestringnullable

Always included.

Always included.

shopInfo.shop_identity_label.label_typeinteger

Always included.

shopInfo.shop_identity_label.identity_label_textstring

Always included.

shopInfo.shop_sloganstringnullable

Always included.

shopInfo.descstringnullable

Always included.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
13
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, ambiguous or unsupported parameters, unsupported URL forms, regions, sorts or cursors.
401unauthorizedInvalid API key.
404not_foundUnknown or removed product, or a store the storefront does not serve.
429upstream_rate_limitedTikTok Shop rate limited the request.
502upstream_challengedTikTok Shop answered its Security Check page, an HTTP 401/403, or kept refusing the call after its re-requests (status challenged).
502unsafe_redirectTikTok Shop redirected outside the requested product or store (for example to a regional storefront or the login page).
502unsupported_pageLayout, identity or JSON-envelope checks failed, or an unexpected document type was served.
502response_too_largeThe upstream response exceeded 4 MiB.
502payload_too_complexThe upstream JSON exceeded parsing limits.
502request_limitThe upstream call budget was exhausted.
502upstream_errorNetwork failure, an unexpected upstream status after one retry, or an unexpected feed code.
503busyAll retrieval slots are occupied.
504timeoutThe 40-second deadline elapsed.