{"openapi":"3.0.3","info":{"title":"virev.ai Social Data API","version":"4.0.0","description":"Social data and profile intelligence across Instagram, TikTok, YouTube, Xiaohongshu (RED), and the Meta Ad Library. Every response is `{ data, meta }`. Authorize with a `kb_live_...` API key. Everything is a `GET` except `POST /v1/meta_ads/search`.\n\n## Surfaces\n\n- **Live** (`/v1/live/{platform}/{resource}`) — the acquisition surface. Evidence-backed resources use **`source=auto|db|live`** and privately archive exact live payloads. Explicitly blocked resources reject `source`, return 501 without charge, and never enter cache or acquisition code.\n- **Instagram / TikTok / YouTube / Xiaohongshu** — semantic read models over the tracked corpus. Strictly DB — a record we have never crawled is a `404`, never a crawl. Anonymous Xiaohongshu currently exposes note discovery/detail only; there is no anonymous profile, timeline, or keyword-search operation.\n- **Bluesky** — three explicit anonymous AppView operations observed from the current web app: profile, author feed, and V2 post thread.\n- **Facebook** — 22 explicit SocialCrawl-equivalent operations: public SSR/Relay/caption/Ad Library contracts that are implemented, egress-intermittent, or evidence-blocked individually.\n- **Rumble** — five explicit anonymous HTML/player/comment/caption operations reconstructed from the current web app, with typed persistence and exact private archives.\n- **Twitch** — four explicit anonymous GraphQL operations reconstructed from current web assets: channel profile, schedule, complete bounded videos, and clip detail/media.\n- **Snapchat** — one exact anonymous public-profile SSR operation with typed UUID/count/timestamp validation and no recommendation-subtree fanout.\n- **Hacker News** — four official Firebase/Algolia operations: user profile, bounded search, story/poll detail, and recursive story comments.\n- **Link Pages** — five fixed first-party Komi, Lnk.Bio, Linkme, Linktree, and Pillar creator-page contracts with normalized accounts and provider-owned child tables.\n- **Truth Social** — three explicit SocialCrawl-compatible request boundaries, all evidence-blocked after a 60-exit GeoNode preflight produced zero JSON responses.\n- **Meta Ads** — Ad Library competitor monitoring: full-text ad search, advertiser profiles, and ad-strategy insights (tracked corpus).\n- **Intelligence** — AI on top of a profile: the enrichment bundle and contact discovery.\n\n## Pagination & filtering\n\nInstagram timeline posts use **`limit`** (`-1` means the 240-post cap). Authenticated followers, following, and tagged feeds return one exact native page plus an opaque **`cursor`**. TikTok/YouTube video lists are flat-priced up to 100 videos.\n\n## Media URLs\n\nFresh (`source=live`) payloads contain **signed platform CDN URLs that expire** (typically within hours). Stored payloads (`db`, and `auto` hits) have expired image URLs automatically swapped to our permanent media mirror where we hold a copy; video URLs are not mirrored and may be expired. Exact acquisition artifacts are retained privately for internal replay and audit; they are never exposed as public object URLs.\n\nAll response examples derive from real captured API responses; canonical examples apply the same deterministic field projection as the gateway (long lists are truncated)."},"servers":[{"url":"/","description":"Current environment"},{"url":"https://api.virev.ai","description":"Production"}],"tags":[{"name":"Live","description":"The acquisition surface. `source=auto|db|live` on every endpoint; exact platform payloads are privately archived on every live fetch."},{"name":"Hacker News","description":"Official Firebase/Algolia JSON over the mandatory GeoNode pool, with exact private artifacts and typed account/story/comment persistence."},{"name":"Link Pages","description":"Five fixed anonymous creator-page contracts over GeoNode. Exact artifacts stay private; public semantics and PostgreSQL rows are stripped of runtime, analytics, and signature material."},{"name":"Instagram","description":"Instagram semantic read model over the tracked corpus (strictly DB): the canonical profile with engagement fields and AI enrichment."},{"name":"TikTok","description":"TikTok account profiles, recent tracked videos, and engagement analytics (strictly DB)."},{"name":"YouTube","description":"YouTube channel profiles, detailed tracked videos, and engagement analytics (strictly DB). Newly acquired videos include publish time, likes, comments, duration, format, category, keywords, and thumbnails when the anonymous web response exposes them; legacy sparse rows remain null."},{"name":"Xiaohongshu","description":"Xiaohongshu (RED) anonymous note discovery/detail and the canonical stored note read model. No anonymous profile, timeline, or keyword-search surface."},{"name":"Meta Ads","description":"Meta Ad Library competitor monitoring: full-text ad search with structured filters, advertiser profiles, and aggregate ad-strategy insights."},{"name":"Bluesky","description":"Current anonymous public AppView contracts observed from bsky.app. Every request is GeoNode-backed, exactly archived, semantically parsed, and DID/AT-URI persisted."},{"name":"Facebook","description":"Explicit public Facebook SSR, Relay, native caption, and Ad Library operations. Capability gaps return 501 without charge; transient GeoNode challenge failures never become empty successes."},{"name":"Pinterest","description":"Current anonymous Pinterest PWS resource, persisted GraphQL, and Save-button widget contracts. Every call is GeoNode-backed, exactly archived, semantically parsed, and persisted to typed PostgreSQL tables."},{"name":"Rumble","description":"Five current anonymous Rumble web contracts: channel pages, search, long/short detail, complete public top-level comments, and native WEBVTT tracks. Every live request is GeoNode-backed and fail-closed on contract drift."},{"name":"Twitch","description":"Four current anonymous Twitch GraphQL contracts. Every request uses the named GeoNode pool, exact private archives, typed PostgreSQL persistence, and fail-closed parsing; public semantics never expose playback tokens."},{"name":"Snapchat","description":"One current public Next.js SSR profile contract. Every request uses the named GeoNode pool, exact private archives, typed PostgreSQL persistence, and fail-closed parsing."},{"name":"Truth Social","description":"Three discoverable, non-billable blocked operations. No Truth Social wire contract, parser, or storage schema is claimed until same-proxy GeoNode JSON evidence exists."},{"name":"Intelligence","description":"AI profile intelligence and contact discovery built on top of Instagram data."}],"x-tagGroups":[{"name":"Live","tags":["Live"]},{"name":"Link Pages","tags":["Link Pages"]},{"name":"Instagram","tags":["Instagram"]},{"name":"TikTok","tags":["TikTok"]},{"name":"YouTube","tags":["YouTube"]},{"name":"Xiaohongshu","tags":["Xiaohongshu"]},{"name":"Meta Ads","tags":["Meta Ads"]},{"name":"Bluesky","tags":["Bluesky"]},{"name":"Facebook","tags":["Facebook"]},{"name":"Pinterest","tags":["Pinterest"]},{"name":"Rumble","tags":["Rumble"]},{"name":"Twitch","tags":["Twitch"]},{"name":"Snapchat","tags":["Snapchat"]},{"name":"Truth Social","tags":["Truth Social"]},{"name":"Intelligence","tags":["Intelligence"]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"API key","description":"Paste the full `kb_live_...` token."}},"schemas":{"ApiMeta":{"type":"object","required":["cost","balance","request_id"],"properties":{"cost":{"type":"string","example":"$0.0005","description":"Amount charged for this request."},"balance":{"type":"string","example":"$9.99","description":"Remaining balance after the request."},"request_id":{"type":"string","example":"req_44f06ebf59a653090cca7817b6664ff2"},"source":{"type":"string","enum":["db","live"],"description":"Live surface only: how this payload was resolved — a fresh crawl or the archive."},"fetched_at":{"type":"string","description":"Live surface only: when this payload was acquired (ISO-8601 UTC).","example":"2026-07-10T11:24:31.518402+00:00"}}},"ApiError":{"type":"object","required":["code","message","request_id"],"properties":{"code":{"type":"string","example":"invalid_api_key"},"message":{"type":"string","example":"Missing or malformed API key."},"request_id":{"type":"string","example":"req_44f06ebf59a653090cca7817b6664ff2"}}},"ErrorEnvelope":{"type":"object","required":["error"],"properties":{"error":{"$ref":"#/components/schemas/ApiError"}}},"SocialListResponseData":{"type":"object","properties":{"handle":{"type":"string","example":"nike"},"user_id":{"type":"string","example":"13460080"},"count":{"type":"integer","example":200},"next_cursor":{"type":"string","nullable":true},"followers":{"type":"array","items":{"type":"object","additionalProperties":true}},"following":{"type":"array","items":{"type":"object","additionalProperties":true}},"posts":{"type":"array","items":{"type":"object","additionalProperties":true}}},"additionalProperties":true},"WebProfileResponseData":{"type":"object","description":"Canonical account projection parsed from the exact Instagram `web_profile_info` document.","properties":{"platform":{"type":"string","example":"instagram"},"username":{"type":"string","example":"nike"},"platform_id":{"type":"string","example":"13460080"},"full_name":{"type":"string","example":"Nike"},"biography":{"type":"string"},"profile_pic_url":{"type":"string"},"followers":{"type":"integer","example":302000000},"following":{"type":"integer","example":1200},"posts_count":{"type":"integer"},"is_verified":{"type":"boolean","example":true},"is_private":{"type":"boolean"},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":true},"RawPostResponseData":{"type":"object","description":"Canonical post projection parsed from the exact logged-out Instagram SSR document.","additionalProperties":true},"EnrichmentResponseData":{"type":"object","description":"AI enrichment output — niche classification, demographics, brand fit, summaries. Null fields are omitted from the response.","properties":{"entity_type":{"type":"string","example":"brand","description":"`person`, `brand`, or `character`."},"account_role":{"type":"string","example":"brand","description":"Role in the ecosystem (creator, brand, athlete, etc.)."},"primary_niche":{"type":"string","example":"Sportswear / Athletic Apparel"},"sub_niches":{"type":"array","items":{"type":"string"},"example":["Sneakers","Performance training","Basketball"]},"content_tags":{"type":"array","items":{"type":"object","additionalProperties":true}},"commercial_intent":{"type":"string","example":"fully_commercial"},"brand_safety":{"type":"string","example":"safe"},"content_style":{"type":"string","nullable":true},"collab_readiness":{"type":"boolean","nullable":true},"gender":{"type":"string","example":"unknown"},"age_range":{"type":"string","nullable":true},"profession":{"type":"string","nullable":true},"country":{"type":"string","example":"United States","description":"Full country name."},"state_or_region":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"primary_language":{"type":"string","example":"English","description":"Full language name."},"languages":{"type":"array","items":{"type":"string"}},"tagline":{"type":"string","example":"Just Do It."},"bio_summary":{"type":"string","example":"Nike is a global sportswear and athletic lifestyle brand focused on performance…"},"content_summary":{"type":"string","example":"Posts highlight sponsored athletes, championship moments, new footwear releases…"},"audience_summary":{"type":"string","nullable":true},"brand_fit_summary":{"type":"string","nullable":true},"sources":{"type":"array","items":{"type":"string"}}},"additionalProperties":true},"ContactResponseData":{"type":"object","description":"Discovered contact channels — classified emails (with per-address provenance and a deliverability verification snapshot) and cross-platform social accounts.","properties":{"emails":{"type":"array","description":"Discovered emails in discovery order. Each entry carries the signals to rank client-side: provenance (source_url/source_type), classification (category, contact_relevance, reliability), and — when verification ran — a `verification` deliverability snapshot. `unverified` responses are still billable: the priced operation is contact discovery, not a deliverability guarantee.","items":{"type":"object","properties":{"email":{"type":"string","example":"support@gymshark.com"},"category":{"type":"string","example":"support","description":"collab | support | personal | corporate_sales | press | other"},"contact_relevance":{"type":"string","example":"possible","description":"recommended | possible | not_recommended (for the outreach goal)"},"reliability":{"type":"number","example":0.9,"description":"Model-stated confidence the address is live and belongs to the target (not calibrated)."},"source_url":{"type":"string","example":"https://support.gymshark.com/en/articles/11186132-contact-us"},"source_type":{"type":"string","example":"official_site","description":"official_profile | official_site | link_in_bio | marketplace_or_store | third_party | unknown"},"evidence":{"type":"string","example":"Listed as the support contact on the official help center."},"verification":{"type":"object","nullable":true,"description":"Deliverability snapshot from verification at discovery time. Absent on entries discovered before verification shipped. Never treat `deliverable` as a guarantee — it reflects the mail server's response at check time.","properties":{"status":{"type":"string","enum":["deliverable","undeliverable","risky","unknown","unverified"],"example":"deliverable"},"provider":{"type":"string","enum":["zerobounce","smtp","dns","none"],"example":"smtp","description":"smtp (direct SMTP mailbox probe) | zerobounce (vendor verdict) | dns (terminal DNS decision) | none (no authoritative result)"},"vendor_status":{"type":"string","nullable":true,"example":"valid"},"sub_status":{"type":"string","nullable":true,"example":null},"dns":{"type":"string","enum":["mx_present","implicit_mx","null_mx","no_domain","no_route","dns_error"],"example":"mx_present"},"reason":{"type":"string","nullable":true,"example":null,"description":"Only on unverified results: key_missing | vendor_paused | overflow | vendor_* failure classes"},"checked_at":{"type":"string","format":"date-time"}},"required":["status","provider","dns","checked_at"]}},"required":["email"]}},"social_accounts":{"type":"array","items":{"type":"object","properties":{"platform":{"type":"string","example":"YouTube"},"url":{"type":"string","example":"https://www.youtube.com/@Gymshark"},"handle":{"type":"string","example":"@Gymshark"}}}},"cached":{"type":"boolean","description":"True when already-discovered contacts were served without a fresh LLM run."}},"additionalProperties":true},"LivePostsResponseData":{"type":"object","properties":{"handle":{"type":"string","example":"nike"},"posts":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"Canonical post projections."},"next_max_id":{"type":"string","nullable":true},"more_available":{"type":"boolean"},"pages_scanned":{"type":"integer"}},"additionalProperties":true},"RelatedProfilesResponseData":{"type":"object","properties":{"handle":{"type":"string","example":"nike"},"user_id":{"type":"string","example":"13460080"},"accounts":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"Canonical related accounts."}},"additionalProperties":true},"LocationInfoResponseData":{"type":"object","properties":{"location_id":{"type":"string","example":"1031760084"},"location":{"type":"object","properties":{"name":{"type":"string","example":"Ansan"},"location_id":{"type":"string","example":"1031760084"},"media_count":{"type":"integer","example":12291},"lat":{"type":"number","example":37.323611111111},"lng":{"type":"number","example":126.82194444444}},"additionalProperties":true}},"additionalProperties":true},"LocationNearbyResponseData":{"type":"object","properties":{"location_id":{"type":"string","example":"1031760084"},"nearby":{"type":"object","additionalProperties":true}},"additionalProperties":true},"TikTokVideosResponseData":{"type":"object","properties":{"username":{"type":"string","example":"khaby.lame"},"sec_uid":{"type":"string"},"video_count":{"type":"integer","example":30},"pages":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"Raw signed item_list pages exactly as TikTok returned them."}},"additionalProperties":true},"YouTubeChannelResponseData":{"type":"object","properties":{"channel_id":{"type":"string","example":"UCBJycsmduvYEL83R_U4JriQ"},"handle":{"type":"string","example":"mkbhd"},"title":{"type":"string","example":"Marques Brownlee"},"description":{"type":"string","nullable":true},"avatar_url":{"type":"string","nullable":true},"banner_url":{"type":"string","nullable":true},"subscriber_count":{"type":"integer","nullable":true,"example":21100000},"video_count":{"type":"integer","nullable":true,"example":1835},"view_count":{"type":"integer","nullable":true},"country":{"type":"string","nullable":true,"example":"United States"},"joined":{"type":"string","nullable":true},"joined_date":{"type":"string","format":"date-time","nullable":true},"keywords":{"type":"array","items":{"type":"string"},"nullable":true},"verified":{"type":"boolean"},"links":{"type":"array","items":{"type":"string"}}},"additionalProperties":true},"XiaohongshuCanonicalNote":{"type":"object","required":["author","content"],"properties":{"author":{"type":"object","description":"Token-free sparse author identity observed with the note.","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"platform_id":{"type":"string"},"username":{"type":"string","description":"Stable Xiaohongshu user ID on the anonymous surface."},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","nullable":true}},"additionalProperties":true},"content":{"type":"object","properties":{"platform":{"type":"string","enum":["xiaohongshu"]},"platform_post_id":{"type":"string","pattern":"^[0-9a-f]{24}$"},"shortcode":{"type":"string","pattern":"^[0-9a-f]{24}$"},"caption":{"type":"string","nullable":true},"likes":{"type":"integer","nullable":true},"comments":{"type":"integer","nullable":true},"image_url":{"type":"string","nullable":true},"video_url":{"type":"string","nullable":true},"is_video":{"type":"boolean"},"posted_at":{"type":"string","nullable":true},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":true}}},"XiaohongshuDiscoveryResponseData":{"type":"object","required":["surface","note_count","notes"],"properties":{"surface":{"type":"string","enum":["explore"]},"note_count":{"type":"integer","minimum":0},"notes":{"type":"array","items":{"$ref":"#/components/schemas/XiaohongshuCanonicalNote"}}}},"XiaohongshuStoredNoteResponseData":{"type":"object","required":["note_id","user_id","media"],"properties":{"note_id":{"type":"string","pattern":"^[0-9a-f]{24}$"},"user_id":{"type":"string"},"title":{"type":"string","nullable":true},"caption":{"type":"string","nullable":true},"likes":{"type":"integer","nullable":true},"comments":{"type":"integer","nullable":true},"collected":{"type":"integer","nullable":true},"shares":{"type":"integer","nullable":true},"posted_at":{"type":"string","nullable":true},"note_type":{"type":"string","nullable":true},"is_video":{"type":"boolean"},"image_urls":{"type":"array","items":{"type":"string"}},"video_url":{"type":"string","nullable":true},"media":{"type":"array","items":{"type":"object","additionalProperties":true}}},"additionalProperties":true}},"responses":{"Unauthorized":{"description":"Missing, malformed, or revoked API key.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"invalid_api_key","message":"Missing or malformed API key. Use: Authorization: Bearer $VIREV_API_KEY","request_id":"req_de5f6bdc8ee143b29e5533ec34728e50"}}}}},"InsufficientBalance":{"description":"Balance is too low for this request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"insufficient_balance","message":"Balance $0.0000, but this costs $0.0005. Top up at https://api.virev.ai/settings/billing","request_id":"req_2764a093246ac0aa1f1033ba1fcec504"}}}}},"InvalidRequest":{"description":"The request parameters are invalid.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"invalid_request","message":"q query parameter is required","request_id":"req_44f06ebf59a653090cca7817b6664ff2"}}}}},"UpstreamError":{"description":"The upstream fetch failed. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"upstream_error","message":"Upstream error","request_id":"req_d891b8a98f2f51afda7a7aad04b395f0"}}}}},"UpstreamTimeout":{"description":"The upstream request timed out. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"upstream_timeout","message":"Upstream error","request_id":"req_7000ca2bd5c1397eb9c085d00761758e"}}}}},"BillingUnavailable":{"description":"Billing could not be confirmed, so no upstream data was returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"billing_unavailable","message":"Billing is temporarily unavailable. No data was returned.","request_id":"req_7000ca2bd5c1397eb9c085d00761758e"}}}}},"PipelinePaused":{"description":"Live Xiaohongshu acquisition is paused. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"pipeline_paused","message":"Xiaohongshu anonymous acquisition is paused","request_id":"req_7000ca2bd5c1397eb9c085d00761758e"}}}}},"AcquisitionRateLimited":{"description":"Crawler acquisition capacity is exhausted. Retry after the response delay; you are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"rate_limited","message":"Xiaohongshu note acquisition rate limit exceeded","request_id":"req_7000ca2bd5c1397eb9c085d00761758e"}}}}}}},"security":[{"bearerAuth":[]}],"paths":{"/v1/live/bluesky/profile":{"get":{"tags":["Bluesky"],"operationId":"liveBlueskyProfile","summary":"Bluesky profile","description":"Anonymous `app.bsky.actor.getProfile` through the GeoNode pool, preserving DID identity, current verification state, counts, labels, associations, and pinned post metadata.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"DNS-style Bluesky handle. The public AppView accepts it directly; no resolveHandle round trip is performed.","schema":{"type":"string","minLength":3,"maxLength":253,"pattern":"^[A-Za-z0-9.-]+$"},"example":"bsky.app"},{"name":"source","in":"query","required":false,"description":"`auto` returns an exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed AppView request.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Bluesky semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"profile":{"platform":"bluesky","username":"bsky.app","platform_id":"did:plc:z72i7hdynmk6r22z27h6tvur","full_name":"Bluesky","biography":"official Bluesky account (check username👆)\n\nBugs, feature requests, feedback: support@bsky.app","profile_pic_url":"http://media.web.garage.localhost:3902/crawler/bluesky_account/1.webp","followers":34089948,"following":11,"posts_count":802,"is_verified":false,"is_private":false,"extra":{"sparse":false,"banner_url":"http://media.web.garage.localhost:3902/crawler/bluesky_account/1.webp","created_at":"2023-04-12T04:53:57.057Z","indexed_at":"2025-10-27T21:05:26.152Z","verification":{"verifiedStatus":"none","trustedVerifierStatus":"valid","verifications":[]},"associated":{"lists":16,"feedgens":7,"starterPacks":13},"labels":[],"pinned_post":{"uri":"at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l","cid":"bafyreicnt42y6vo6pfpvyro234ac4o6ijug6adwwrh7awflgrqlt4zibxq"}}}},"meta":{"source":"db","fetched_at":"2026-07-14T01:25:24.038091+00:00","cost":"$0.0005","balance":"$0.9995","request_id":"req_677ab3288eb121eff326b01cc6a3e963"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The profile/post was not found, or no exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/bluesky/user/posts":{"get":{"tags":["Bluesky"],"operationId":"liveBlueskyUserPosts","summary":"Bluesky author feed","description":"Anonymous `app.bsky.feed.getAuthorFeed` using the web app’s observed `posts_and_author_threads`, pins, and 30-item page. Repost reasons remain separate from the actual post author. Provide exactly one of `handle` or `user_id`.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":false,"description":"DNS-style Bluesky handle. The public AppView accepts it directly; no resolveHandle round trip is performed.","schema":{"type":"string","minLength":3,"maxLength":253,"pattern":"^[A-Za-z0-9.-]+$"},"example":"bsky.app"},{"name":"user_id","in":"query","required":false,"description":"Stable did:plc or did:web actor identifier. Provide exactly one of `handle` or `user_id`.","schema":{"type":"string","pattern":"^did:(?:plc:[a-z2-7]{24}|web:[a-z0-9._:%-]{1,500})$"},"example":"did:plc:z72i7hdynmk6r22z27h6tvur"},{"name":"source","in":"query","required":false,"description":"`auto` returns an exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed AppView request.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Bluesky semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"actor":"bsky.app","posts":[{"platform":"bluesky","platform_post_id":"at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l","shortcode":"3l6oveex3ii2l","caption":"👋  Bluesky is an open social network that gives creators independence from platforms, developers the freedom to build, and users a choice in their experience. We're so excited to have you here! \n\nWe share Bluesky updates & news from this account. A quick orientation thread: 🧵✨","likes":63535,"comments":8510,"posted_at":"2024-10-17T07:06:51.491000+00:00","is_video":false,"image_url":null,"video_url":null,"author":{"platform":"bluesky","username":"bsky.app","platform_id":"did:plc:z72i7hdynmk6r22z27h6tvur","full_name":"Bluesky","profile_pic_url":"http://media.web.garage.localhost:3902/crawler/bluesky_account/1.webp","is_verified":false,"is_private":false},"reason":{"$type":"app.bsky.feed.defs#reasonPin"},"thread_meta":{},"extra":{"cid":"bafyreicnt42y6vo6pfpvyro234ac4o6ijug6adwwrh7awflgrqlt4zibxq","post_url":"https://bsky.app/profile/bsky.app/post/3l6oveex3ii2l","reposts":9531,"quotes":705,"bookmarks":219,"langs":["en"],"facets":[],"labels":[],"image_urls":[]}}],"cursor":"2026-05-28T18:10:09Z","feed_count":29,"example_truncated":true},"meta":{"source":"db","fetched_at":"2026-07-14T01:25:48.096430+00:00","cost":"$0.0005","balance":"$0.9990","request_id":"req_6f511ed2152096c9a363807efca4e7c8"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The profile/post was not found, or no exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/bluesky/post":{"get":{"tags":["Bluesky"],"operationId":"liveBlueskyPost","summary":"Bluesky post thread","description":"Anonymous `app.bsky.unspecced.getPostThreadV2` using the web app’s observed top-sort, branching factor, and reply depth. Typed blocked/not-found/unauthenticated reply markers are preserved rather than fabricated as posts.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Canonical public bsky.app post URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://bsky.app/profile/pfrazee.com/post/3mqk63mrzxf2e"},{"name":"source","in":"query","required":false,"description":"`auto` returns an exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed AppView request.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Bluesky semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"url":"https://bsky.app/profile/pfrazee.com/post/3mqk63mrzxf2e","post":{"platform":"bluesky","platform_post_id":"at://did:plc:ragtjsm2j2vknwkz3zp4oxrd/app.bsky.feed.post/3mqk63mrzxf2e","shortcode":"3mqk63mrzxf2e","caption":"Really great to see everyone at dweb camp and @localfirstconf.com. Ton of atproto discussion! Also the p2p world showing a lot of excitement for iroh. Really exciting times","likes":98,"comments":6,"posted_at":"2026-07-13T16:59:24.249000+00:00","is_video":false,"depth":0,"availability":"available","author":{"platform":"bluesky","username":"pfrazee.com","platform_id":"did:plc:ragtjsm2j2vknwkz3zp4oxrd","full_name":"Paul Frazee","is_verified":true,"is_private":false,"profile_pic_url":"http://media.web.garage.localhost:3902/crawler/bluesky_account/6.webp"},"thread_meta":{"opThread":true,"moreParents":false,"moreReplies":0,"hiddenByThreadgate":false,"mutedByViewer":false},"replies":[{"platform":"bluesky","platform_post_id":"at://did:plc:bc7ogzkyxv3q2hvzo2dm4wwk/app.bsky.feed.post/3mqk66wflhk2z","shortcode":"3mqk66wflhk2z","caption":"More like “dweeb” camp amirite (this sounds amazing and I wish I were cool enough to be there)","likes":3,"comments":0,"depth":1,"availability":"available","replies":[]}]},"parents":[],"hasOtherReplies":false},"meta":{"source":"db","fetched_at":"2026-07-14T01:25:46.759488+00:00","cost":"$0.0005","balance":"$0.9985","request_id":"req_eda75299333b83a927082079540cdbdd"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The profile/post was not found, or no exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/adlibrary/ad":{"get":{"tags":["Facebook"],"operationId":"liveFacebookAdLibraryAd","summary":"Ad Library creative by ID (blocked)","description":"The observed detail document returns advertiser transparency, not the requested creative. Exactly one of `id` or `url` is required; the operation returns `501 surface_blocked` without charge.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"id","in":"query","required":false,"description":"Ad archive ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"url","in":"query","required":false,"description":"Facebook Ad Library URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"trim","in":"query","required":false,"description":"Reserved SocialCrawl-compatible flag.","schema":{"type":"boolean","default":false}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/adlibrary/ad/transcript":{"get":{"tags":["Facebook"],"operationId":"liveFacebookAdLibraryAdTranscript","summary":"Ad Library transcript (blocked)","description":"No native caption/transcript field or approved STT acquisition path has been observed.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"id","in":"query","required":false,"description":"Ad archive ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"url","in":"query","required":false,"description":"Facebook Ad Library URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/adlibrary/company/ads":{"get":{"tags":["Facebook"],"operationId":"liveFacebookAdLibraryCompanyAds","summary":"Ad Library company ads (egress intermittent)","description":"Page-issued `AdLibrarySearchPaginationQuery` for one selected advertiser. The contract and HAR replay are proven, but current GeoNode exits may all receive Facebook challenge pages; failures are non-billable. Provide exactly one of `pageId` or `companyName`.","x-availability":"egress-intermittent","x-egress-observation":{"observed_at":"2026-07-14","configured_exits":60,"usable_exits":0,"challenge_responses":59,"timeouts":1},"x-dashboard-cost":"$0.0025","security":[{"bearerAuth":[]}],"parameters":[{"name":"pageId","in":"query","required":false,"description":"Facebook Page ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"companyName","in":"query","required":false,"description":"Company name selected through Ad Library typeahead.","schema":{"type":"string","maxLength":500}},{"name":"country","in":"query","required":false,"description":"Two-letter Ad Library country code.","schema":{"type":"string","pattern":"^[A-Z]{2}$","default":"US"}},{"name":"status","in":"query","required":false,"description":"Ad delivery status.","schema":{"type":"string","enum":["ALL","ACTIVE","INACTIVE"],"default":"ALL"}},{"name":"media_type","in":"query","required":false,"description":"Observed Ad Library media filter.","schema":{"type":"string","enum":["ALL","IMAGE","VIDEO","MEME","IMAGE_AND_MEME","NONE"],"default":"ALL"}},{"name":"sort_by","in":"query","required":false,"description":"Observed sort mode.","schema":{"type":"string","enum":["relevancy_monthly_grouped"]}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"trim","in":"query","required":false,"description":"Return the parser’s compact ad projection.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/adlibrary/search/ads":{"get":{"tags":["Facebook"],"operationId":"liveFacebookAdLibrarySearchAds","summary":"Ad Library keyword search (egress intermittent)","description":"Passive capture of the page-issued `AdLibrarySearchPaginationQuery`. A real GeoNode success and exact HAR replay prove the contract; current pool-wide challenge failures remain non-billable.","x-availability":"egress-intermittent","x-egress-observation":{"observed_at":"2026-07-14","configured_exits":60,"usable_exits":0,"challenge_responses":59,"timeouts":1},"x-dashboard-cost":"$0.0025","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Ad Library keyword query.","schema":{"type":"string","maxLength":500}},{"name":"sort_by","in":"query","required":false,"description":"Observed sort mode.","schema":{"type":"string","enum":["relevancy_monthly_grouped"]}},{"name":"search_type","in":"query","required":false,"description":"Observed keyword mode.","schema":{"type":"string","enum":["keyword_unordered"],"default":"keyword_unordered"}},{"name":"ad_type","in":"query","required":false,"description":"Observed ad category.","schema":{"type":"string","enum":["all"],"default":"all"}},{"name":"country","in":"query","required":false,"description":"Two-letter Ad Library country code.","schema":{"type":"string","pattern":"^[A-Z]{2}$","default":"US"}},{"name":"status","in":"query","required":false,"description":"Ad delivery status.","schema":{"type":"string","enum":["ALL","ACTIVE","INACTIVE"],"default":"ALL"}},{"name":"media_type","in":"query","required":false,"description":"Observed Ad Library media filter.","schema":{"type":"string","enum":["ALL","IMAGE","VIDEO","MEME","IMAGE_AND_MEME","NONE"],"default":"ALL"}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"trim","in":"query","required":false,"description":"Return the parser’s compact ad projection.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/adlibrary/search/companies":{"get":{"tags":["Facebook"],"operationId":"liveFacebookAdLibrarySearchCompanies","summary":"Ad Library company typeahead (egress intermittent)","description":"Page-issued `useAdLibraryTypeaheadSuggestionDataSourceQuery`. The exact contract is HAR-proven; current GeoNode challenge failures remain non-billable.","x-availability":"egress-intermittent","x-egress-observation":{"observed_at":"2026-07-14","configured_exits":60,"usable_exits":0,"challenge_responses":59,"timeouts":1},"x-dashboard-cost":"$0.0025","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Company typeahead query.","schema":{"type":"string","maxLength":500}},{"name":"country","in":"query","required":false,"description":"Two-letter Ad Library country code.","schema":{"type":"string","pattern":"^[A-Z]{2}$","default":"US"}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/event/details":{"get":{"tags":["Facebook"],"operationId":"liveFacebookEventDetails","summary":"Facebook event details","description":"Public event permalink SSR parsed into typed event fields. Provide exactly one of `id` or `url`.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"id","in":"query","required":false,"description":"Facebook event ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"url","in":"query","required":false,"description":"Public `/events/{id}/` URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"event":{"name":"NASA","address":null,"ends_at":null,"host_id":null,"event_id":"799764616536167","group_id":null,"latitude":null,"platform":"facebook","timezone":null,"host_name":null,"is_online":false,"longitude":null,"starts_at":"2026-08-01 07:00:00+00:00","account_id":null,"description":null,"going_count":null,"canonical_url":"https://www.facebook.com/events/799764616536167/","location_name":"Rua norte sul quadra 11 lote 5, Indiara, GO","interested_count":null}},"meta":{"source":"db","fetched_at":"2026-07-13T23:22:42.683043+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_4d6322605f7dee6913bef8328a383f66"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/events":{"get":{"tags":["Facebook"],"operationId":"liveFacebookEvents","summary":"Facebook city events (blocked)","description":"The old city URL is obsolete; current anonymous SSR forces location ID 0 and emits unrelated online suggestions. No deployable city contract exists.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Legacy Facebook city-events URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"time","in":"query","required":false,"description":"Legacy date filter.","schema":{"type":"string","enum":["today","this_week","next_week"]}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/events/search":{"get":{"tags":["Facebook"],"operationId":"liveFacebookEventsSearch","summary":"Search Facebook events","description":"Public Facebook event keyword search using the observed Search Comet Relay document.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Event keyword query.","schema":{"type":"string","maxLength":500}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"events":[{"name":"NASA Great Lakes","address":null,"ends_at":null,"host_id":null,"event_id":"1366841491687465","group_id":null,"latitude":null,"platform":"facebook","timezone":null,"host_name":null,"is_online":false,"longitude":null,"starts_at":"2026-03-20 12:00:00+00:00","account_id":null,"description":null,"going_count":null,"canonical_url":"https://www.facebook.com/events/1366841491687465/","location_name":null,"interested_count":null}]},"meta":{"source":"db","fetched_at":"2026-07-13T23:20:38.081890+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_9795e83731aed166de59f4e62eec8914"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/group/posts":{"get":{"tags":["Facebook"],"operationId":"liveFacebookGroupPosts","summary":"Facebook public group posts","description":"Exact public group discussion SSR. Provide exactly one of `url` or `group_id`.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":false,"description":"Public `/groups/{slug}/` URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"group_id","in":"query","required":false,"description":"Native group ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"sort_by","in":"query","required":false,"description":"Only the observed public sort is accepted.","schema":{"type":"string","enum":["TOP_POSTS"]}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"group":{"name":"SpaceX","slug":"spacexverse","privacy":"Public group","group_id":"1417947735176914","platform":"facebook","avatar_url":null,"description":null,"member_count":null,"canonical_url":"https://www.facebook.com/groups/spacexverse/","activity_count":null},"posts":[{"id":"3974267502878245","likes":null,"title":"Erik Jamison is at Starbase, TX.","views":null,"shares":null,"caption":null,"comments":null,"group_id":"1417947735176914","is_video":false,"posted_at":null,"duration_ms":null,"feedback_id":null,"content_type":"post","canonical_url":null,"owner_facebook_id":"1346962993"}]},"meta":{"source":"db","fetched_at":"2026-07-13T23:22:05.840324+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_d439f87b2657538cda191ac73a13d492"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/marketplace/item":{"get":{"tags":["Facebook"],"operationId":"liveFacebookMarketplaceItem","summary":"Marketplace item (blocked)","description":"Anonymous Marketplace item requests are integrity/login gated on the current GeoNode pool.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"id","in":"query","required":false,"description":"Marketplace item ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"url","in":"query","required":false,"description":"Marketplace item URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/marketplace/location/search":{"get":{"tags":["Facebook"],"operationId":"liveFacebookMarketplaceLocationSearch","summary":"Marketplace location lookup (blocked)","description":"No anonymous first-party location-suggestion contract has been proven.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Location name.","schema":{"type":"string","maxLength":500}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/marketplace/search":{"get":{"tags":["Facebook"],"operationId":"liveFacebookMarketplaceSearch","summary":"Marketplace search (blocked)","description":"Marketplace search remains integrity/login gated. Parameters are validated, proxied once, and return the researched 501 without charge.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Marketplace query.","schema":{"type":"string","maxLength":500}},{"name":"lat","in":"query","required":true,"description":"Latitude between -90 and 90.","schema":{"type":"string","maxLength":32}},{"name":"lng","in":"query","required":true,"description":"Longitude between -180 and 180.","schema":{"type":"string","maxLength":32}},{"name":"radius_km","in":"query","required":false,"description":"Search radius.","schema":{"type":"integer","minimum":1}},{"name":"min_price","in":"query","required":false,"description":"Minimum price.","schema":{"type":"integer","minimum":0}},{"name":"max_price","in":"query","required":false,"description":"Maximum price.","schema":{"type":"integer","minimum":0}},{"name":"count","in":"query","required":false,"description":"Requested result count.","schema":{"type":"integer","minimum":1}},{"name":"sort_by","in":"query","required":false,"description":"Marketplace sort.","schema":{"type":"string","enum":["suggested","distance_ascend","creation_time_descend","price_ascend","price_descend"]}},{"name":"delivery_method","in":"query","required":false,"description":"Delivery mode.","schema":{"type":"string","enum":["all","local_pickup","shipping"]}},{"name":"condition","in":"query","required":false,"description":"Item condition.","schema":{"type":"string","enum":["new","used_like_new","used_good","used_fair"]}},{"name":"date_listed","in":"query","required":false,"description":"Listing age.","schema":{"type":"string","enum":["all","1","7","30","last_24_hours","last_7_days","last_30_days"]}},{"name":"availability","in":"query","required":false,"description":"Availability.","schema":{"type":"string","enum":["available","sold","all"]}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/post":{"get":{"tags":["Facebook"],"operationId":"liveFacebookPost","summary":"Facebook post or reel","description":"Public permalink SSR with optional same-session comments and native transcript acquisition.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Public post, video, photo, or reel URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"get_comments","in":"query","required":false,"description":"Acquire initial comments in the same session.","schema":{"type":"boolean","default":false}},{"name":"get_transcript","in":"query","required":false,"description":"Acquire a native transcript when the post exposes one.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"post":{"id":"1573343984160972","likes":null,"title":null,"views":null,"shares":null,"caption":"July 12 will mark four years of science from NASA's James Webb Space Telescope!\n \nTo celebrate this science anniversary, Webb’s vision cut through the thick dust of the galaxy Centaurus A to give us a clearer, more detailed view of its starry center than ever before.\n \nCheck out Centaurus A with our…","comments":null,"group_id":null,"is_video":false,"posted_at":"2026-07-09T16:01:53Z","duration_ms":null,"feedback_id":"ZmVlZGJhY2s6MTU3MzM0Mzk4NDE2MDk3Mg==","content_type":"photo","canonical_url":"https://www.facebook.com/NASA/posts/pfbid02GsttUtn2Xm6223PMAK86DJyUGaTnwZPkhavoCACchVQ92N8idbnog54UFDq5Z3MZl","owner_facebook_id":"100044561550831"},"comments":[{"text":"July 12 will mark four years of science from NASA's James Webb Space Telescope!\n \nTo celebrate this science anniversary, Webb’s vision cut through the thick dust of the galaxy Centaurus A to give us a clearer, more detailed view of its starry center than ever before.\n \nCheck out Centaurus A with our…","likes":null,"platform":"facebook","author_id":"100044561550831","comment_id":"ZmVlZGJhY2s6MTU3MzM0Mzk4NDE2MDk3Mg==","content_id":"1573343984160972","author_name":"NASA - National Aeronautics and Space Administration","feedback_id":"ZmVlZGJhY2s6MTU3MzM0Mzk4NDE2MDk3Mg==","reply_count":null,"commented_at":null,"author_username":"NASA","parent_comment_id":null}],"transcript":null},"meta":{"source":"db","fetched_at":"2026-07-13T23:19:46.956494+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_daaf228ace21c55fe727ff5c4eb8cdcd"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/post/comment/replies":{"get":{"tags":["Facebook"],"operationId":"liveFacebookPostCommentReplies","summary":"Facebook comment replies","description":"Native first-level replies using the opaque expansion token emitted by the exact comments response.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"feedback_id","in":"query","required":true,"description":"Opaque feedback ID.","schema":{"type":"string","maxLength":8192}},{"name":"expansion_token","in":"query","required":true,"description":"Opaque reply expansion token.","schema":{"type":"string","maxLength":8192}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"replies":[]},"meta":{"source":"db","fetched_at":"2026-07-13T23:24:45.379889+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_6055af0b3f439996f3ac4aaaaed12358"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/post/comments":{"get":{"tags":["Facebook"],"operationId":"liveFacebookPostComments","summary":"Facebook post comments","description":"Initial public comments by post URL, or continuation by feedback ID plus cursor.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":false,"description":"Public post URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"feedback_id","in":"query","required":false,"description":"Opaque post feedback ID.","schema":{"type":"string","maxLength":8192}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"comments":[{"text":"July 12 will mark four years of science from NASA's James Webb Space Telescope!\n \nTo celebrate this science anniversary, Webb’s vision cut through the thick dust of the galaxy Centaurus A to give us a clearer, more detailed view of its starry center than ever before.\n \nCheck out Centaurus A with our…","likes":null,"platform":"facebook","author_id":"100044561550831","comment_id":"ZmVlZGJhY2s6MTU3MzM0Mzk4NDE2MDk3Mg==","content_id":null,"author_name":"NASA - National Aeronautics and Space Administration","feedback_id":"ZmVlZGJhY2s6MTU3MzM0Mzk4NDE2MDk3Mg==","reply_count":null,"commented_at":null,"author_username":"NASA","parent_comment_id":null}],"feedback_id":"ZmVlZGJhY2s6MTU3MzM0Mzk4NDE2MDk3Mg=="},"meta":{"source":"db","fetched_at":"2026-07-13T23:24:16.510694+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_8e10d23c3e86351cb98f0312b0fe72b4"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/post/transcript":{"get":{"tags":["Facebook"],"operationId":"liveFacebookPostTranscript","summary":"Facebook native transcript","description":"Same-session discovery and parsing of Facebook’s native SRT caption artifact. No speech-to-text is invented.","x-dashboard-cost":"$0.0050","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Public video or reel URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"post":{"id":"1584673476360917","likes":null,"title":null,"views":null,"shares":null,"caption":"Protect The Lambo From 10,000 Bullets, Win It","comments":null,"group_id":null,"is_video":false,"posted_at":"2026-07-04T16:00:45Z","duration_ms":null,"feedback_id":"ZmVlZGJhY2s6MTU4NDY3MzQ3NjM2MDkxNw==","content_type":"post","canonical_url":null,"owner_facebook_id":null},"comments":null,"transcript":{"text":"Eight soldiers shoot 10000 bullets at your Lamborghini. That's the scariest thing I've ever seen. Yeah, it's going to be fun. And you have exactly twenty-four hours to build whatever you want to protect your Lamborghini from the bullet. The timer starts now. Blake immediately drove to three stores w…","locale":"en_US","segments":[{"text":"Eight soldiers shoot 10000 bullets at your Lamborghini.","index":1,"end_ms":3761,"start_ms":0}],"content_id":"1584673476360917","is_complete":true}},"meta":{"source":"db","fetched_at":"2026-07-13T23:25:37.018737+00:00","cost":"$0.0050","balance":"$9.9950","request_id":"req_35af77364a8632033161419fc47cf0a6"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/profile":{"get":{"tags":["Facebook"],"operationId":"liveFacebookProfile","summary":"Facebook profile or Page","description":"Public profile/Page identity and business metadata from exact SSR, with optional same-session business hours.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"One public profile or Page URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"get_business_hours","in":"query","required":false,"description":"Acquire typed weekly business hours.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"profile":{"id":"100044561550831","name":"NASA - National Aeronautics and Space Administration","likes":null,"private":false,"website":null,"category":"Government organization","location":null,"username":"NASA","verified":false,"biography":null,"followers":null,"following":null,"posts_count":null,"canonical_url":"https://www.facebook.com/NASA/","external_urls":[],"delegate_page_id":"54971236771"},"business_hours":null},"meta":{"source":"db","fetched_at":"2026-07-13T23:16:09.884787+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_ce091767ee86ba9038d4bd60dc4443b0"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/profile/events":{"get":{"tags":["Facebook"],"operationId":"liveFacebookProfileEvents","summary":"Facebook Page events","description":"Public Page event collection and exact continuation cursor.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"One public profile or Page URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"events":[{"name":"NASA's Artemis III Announcement","address":null,"ends_at":null,"host_id":null,"event_id":"1526795995494848","group_id":null,"latitude":null,"platform":"facebook","timezone":null,"host_name":null,"is_online":null,"longitude":null,"starts_at":null,"account_id":"100044561550831","description":null,"going_count":null,"canonical_url":"https://www.facebook.com/events/1526795995494848/","location_name":null,"interested_count":null}],"profile":{"id":"100044561550831","name":"NASA - National Aeronautics and Space Administration","likes":null,"private":false,"website":null,"category":null,"location":null,"username":"NASA","verified":false,"biography":null,"followers":null,"following":null,"posts_count":null,"canonical_url":"https://www.facebook.com/NASA/","external_urls":[],"delegate_page_id":"54971236771"},"next_page_id":"YXBwX2NvbGxlY3Rpb246cGZiaWQwOXJSMXViNVNmSm9qTUpNWHp1TWs1azZYTTM3OUNtb1J4ZHNjZDMzSDlxc0xNUTJwRXlUR3E5UTdUR2tNY01aQWRmN3FRR1QyQWNYempkR3hyN2twOW11QUs0NnU1ZWw="},"meta":{"source":"db","fetched_at":"2026-07-13T23:23:19.622505+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_4e3398979aef537fcdae59bf3764b651"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/profile/full":{"get":{"tags":["Facebook"],"operationId":"liveFacebookProfileFull","summary":"Facebook aggregate profile (blocked)","description":"The SocialCrawl aggregate combines an auth-bound timeline with other subresources; no honest anonymous aggregate contract exists.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":false,"description":"Optional public profile URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"posts","in":"query","required":false,"description":"Requested timeline post count.","schema":{"type":"integer","minimum":0,"maximum":100,"default":10}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"include","in":"query","required":false,"description":"Legacy include selector.","schema":{"type":"string","maxLength":500}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/profile/photos":{"get":{"tags":["Facebook"],"operationId":"liveFacebookProfilePhotos","summary":"Facebook Page photos","description":"Public Page photo collection with exact collection ID and cursor continuation.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"One public profile or Page URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"next_page_id","in":"query","required":false,"description":"Opaque collection ID.","schema":{"type":"string","maxLength":8192}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"photos":[{"id":"1576597753835595","likes":null,"title":null,"views":null,"shares":null,"caption":"The Menon family poses for a photo while on a hike. Anna Menon, left, and Anil Menon, right, each carry a child in a back carrier. The orange leaves of a tree frame the left side of the image. The words \"Houston We Have a Podcast\" are written in capital letters at the top middle of the image, while …","comments":null,"group_id":null,"is_video":false,"posted_at":null,"duration_ms":null,"feedback_id":null,"content_type":"photo","canonical_url":"https://www.facebook.com/photo.php?fbid=1576597753835595&set=pb.100044561550831.-2207520000&type=3","owner_facebook_id":"100044561550831"}],"profile":{"id":"100044561550831","name":"NASA - National Aeronautics and Space Administration","likes":null,"private":false,"website":null,"category":null,"location":null,"username":"NASA","verified":false,"biography":null,"followers":null,"following":null,"posts_count":null,"canonical_url":"https://www.facebook.com/NASA/","external_urls":[],"delegate_page_id":"54971236771"},"next_page_id":"YXBwX2NvbGxlY3Rpb246cGZiaWQwM21kd2tHUHROalJyMThoaFpRU1BjRkJBNzhrczltWGhvdFA2Q1Vpd0ZkYUhGeWhmNjFrN3lFemN1TU1kQTd1MjFvblFMSHBnQzNHWWFKNnJjaGFyUnVlR3FQelNs"},"meta":{"source":"db","fetched_at":"2026-07-13T23:23:50.868628+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_cc16497dfb0509403366aa7a5a1a9f71"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/profile/posts":{"get":{"tags":["Facebook"],"operationId":"liveFacebookProfilePosts","summary":"Facebook profile timeline (blocked)","description":"The profile timeline continuation is auth/rate-bound on current anonymous GeoNode sessions and never degrades to an empty success.","x-availability":"blocked","x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":false,"description":"Optional public profile URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"pageId","in":"query","required":false,"description":"Optional native Page ID.","schema":{"type":"string","pattern":"^\\d{1,40}$"}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party contract has been proven for this surface.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/facebook/profile/reels":{"get":{"tags":["Facebook"],"operationId":"liveFacebookProfileReels","summary":"Facebook Page reels","description":"Public Page reel collection with exact collection ID and cursor continuation.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"One public profile or Page URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://(?:www\\.|m\\.|web\\.)?facebook\\.com/"}},{"name":"next_page_id","in":"query","required":false,"description":"Opaque collection ID.","schema":{"type":"string","maxLength":8192}},{"name":"cursor","in":"query","required":false,"description":"Opaque cursor emitted by the previous exact operation page.","schema":{"type":"string","maxLength":8192}},{"name":"source","in":"query","required":false,"description":"`auto` returns the exact stored semantic payload or acquires live; `db` never acquires; `live` runs a fresh GeoNode-backed acquisition. Exact artifacts stay private.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Facebook semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"reels":[{"id":"1592478475580417","likes":null,"title":null,"views":null,"shares":null,"caption":"Don't Pop The Balloon","comments":null,"group_id":null,"is_video":true,"posted_at":"2026-07-13T16:00:55Z","duration_ms":null,"feedback_id":"ZmVlZGJhY2s6MTU5MjQ3ODQ3NTU4MDQxNw==","content_type":"reel","canonical_url":"https://www.facebook.com/reel/935217919620003/","owner_facebook_id":"100044548384499"}],"profile":{"id":"100044548384499","name":"MrBeast","likes":null,"private":false,"website":null,"category":null,"location":null,"username":"mrbeast","verified":true,"biography":null,"followers":null,"following":null,"posts_count":null,"canonical_url":"https://www.facebook.com/mrbeast/","external_urls":[],"delegate_page_id":"1521410468170410"},"next_page_id":"YXBwX2NvbGxlY3Rpb246cGZiaWQwYUxkdmFKNUxQclhaeTRqYTV1MTc0b1hWbURUblhnVEplNWNEcHVlYWlOdGpkN3h2dndlMlYzOEVobTNDRkJDWjdIWE02RFR5WHk5bUtRTHdpeXFxZWJOZEFmN1BWQ0dDU3M1ODds"},"meta":{"source":"db","fetched_at":"2026-07-13T23:24:04.209369+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_b223fc6eef3c216c10386c302ae3d2a9"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"API or acquisition capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/hackernews/profile":{"get":{"tags":["Hacker News"],"operationId":"liveHackerNewsProfile","summary":"Hacker News user","description":"Fetches the exact official Firebase `/v0/user/{handle}.json` document through the GeoNode pool, privately archives it, and persists one typed account. Karma is exposed as native reputation; it is never relabeled as followers.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Case-sensitive HN username; one leading `@` is accepted and canonicalized away.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9_-]{1,64}$"},"example":"pg"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Hacker News semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account"],"properties":{"account":{"type":"object","required":["username","url","about_html","about_text","karma","created_at","followers","following","posts_count","verified","profile_complete"],"properties":{"username":{"type":"string","pattern":"^[A-Za-z0-9_-]{1,64}$"},"url":{"type":"string","format":"uri"},"about_html":{"type":"string","nullable":true},"about_text":{"type":"string","nullable":true},"karma":{"type":"integer","minimum":0,"nullable":true},"created_at":{"type":"string","format":"date-time","nullable":true},"followers":{"type":"integer","nullable":true,"description":"Always null; HN does not expose followers."},"following":{"type":"integer","nullable":true,"description":"Always null; HN does not expose following."},"posts_count":{"type":"integer","nullable":true,"description":"Always null; submitted IDs are not a count."},"verified":{"type":"boolean","nullable":true},"profile_complete":{"type":"boolean"}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"username":"pg","url":"https://news.ycombinator.com/user?id=pg","about_html":"Bug fixer.","about_text":"Bug fixer.","karma":157316,"created_at":"2006-10-09T18:21:32+00:00","followers":null,"following":null,"posts_count":null,"verified":null,"profile_complete":true}},"meta":{"source":"live","fetched_at":"2026-07-14T19:21:29.298453+00:00","cost":"$0.0005","balance":"$0.9995","request_id":"req_17e68a04fb3f999592efd56ec4f4529a"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested HN user/item was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/hackernews/search":{"get":{"tags":["Hacker News"],"operationId":"liveHackerNewsSearch","summary":"Search Hacker News","description":"Fetches one exact official Algolia `/api/v1/search` page. Raw native hits remain in the semantic result while valid authors, stories/polls, and anchored comments are also written to typed PostgreSQL tables. Malformed comment hits are isolated from typed persistence and reported by ID.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Non-blank Algolia full-text query, at most 500 characters after trimming.","schema":{"type":"string","minLength":1,"maxLength":500},"example":"openai"},{"name":"tags","in":"query","required":false,"description":"Algolia tag grammar: story, comment, poll, pollopt, show_hn, ask_hn, front_page, author_HANDLE, or story_ID. Commas are AND; one-level parenthesized groups are OR. Up to 8 clauses and 8 OR members.","schema":{"type":"string","maxLength":500,"default":"story"},"example":"(story,poll),front_page"},{"name":"numericFilters","in":"query","required":false,"description":"Up to three comma-separated created_at_i comparisons using <, <=, =, >=, or >.","schema":{"type":"string","maxLength":500},"example":"created_at_i>=1700000000"},{"name":"hitsPerPage","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":1000,"default":30}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Hacker News semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["query","items","page","nb_hits","nb_pages","hits_per_page","processing_time_ms","typed_persistence"],"properties":{"query":{"type":"string"},"items":{"type":"array","items":{"type":"object","additionalProperties":true},"maxItems":1000},"page":{"type":"integer","minimum":0},"nb_hits":{"type":"integer","minimum":0},"nb_pages":{"type":"integer","minimum":0},"hits_per_page":{"type":"integer","minimum":1,"maximum":1000},"processing_time_ms":{"type":"integer","minimum":0,"nullable":true},"typed_persistence":{"type":"object","required":["skipped_comment_ids"],"properties":{"skipped_comment_ids":{"type":"array","items":{"type":"integer","minimum":1}}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"query":"openai","items":[{"_highlightResult":{"author":{"matchLevel":"none","matchedWords":[],"value":"davidbarker"},"title":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["openai"],"value":"<em>OpenAI</em>'s board has fired Sam Altman"},"url":{"fullyHighlighted":false,"matchLevel":"full","matchedWords":["openai"],"value":"https://<em>openai</em>.com/blog/<em>openai</em>-announces-leadership-transition"}},"_tags":["story","author_davidbarker","story_38309611"],"author":"davidbarker","children":[38309635,38309640,38309648],"created_at":"2023-11-17T20:28:50Z","created_at_i":1700252930,"num_comments":2530,"objectID":"38309611","points":5710,"story_id":38309611,"title":"OpenAI's board has fired Sam Altman","updated_at":"2026-06-18T03:42:10Z","url":"https://openai.com/blog/openai-announces-leadership-transition"}],"page":0,"nb_hits":26114,"nb_pages":334,"hits_per_page":3,"processing_time_ms":12,"typed_persistence":{"skipped_comment_ids":[]}},"meta":{"source":"live","fetched_at":"2026-07-14T19:21:34.398590+00:00","cost":"$0.0005","balance":"$0.9990","request_id":"req_3c2490b5885ffacc61aaaac05c69cba4"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested HN user/item was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/hackernews/story":{"get":{"tags":["Hacker News"],"operationId":"liveHackerNewsStory","summary":"Hacker News story or poll","description":"Fetches the exact official Algolia item document and returns the top-level story or poll without comment-tree semantics. An ID for any other item type returns 400, creates no artifact, and is not charged.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"id","in":"query","required":true,"description":"Positive decimal HN item ID in the signed 64-bit range.","schema":{"type":"string","pattern":"^[0-9]+$"},"example":"8863"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Hacker News semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["story"],"properties":{"story":{"type":"object","required":["id","type","author","title","text_html","text","url","outbound_url","points","num_comments","created_at","partial"],"properties":{"id":{"type":"integer","minimum":1},"type":{"type":"string","enum":["story","poll"]},"author":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"text_html":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"url":{"type":"string","format":"uri"},"outbound_url":{"type":"string","format":"uri","nullable":true},"points":{"type":"integer","minimum":0,"nullable":true},"num_comments":{"type":"integer","minimum":0,"nullable":true},"created_at":{"type":"string","format":"date-time","nullable":true},"partial":{"type":"boolean"}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"story":{"id":8863,"type":"story","author":"dhouston","title":"My YC app: Dropbox - Throw away your USB drive","text_html":null,"text":null,"url":"https://news.ycombinator.com/item?id=8863","outbound_url":"http://www.getdropbox.com/u/2/screencast.html","points":104,"num_comments":null,"created_at":"2007-04-04T19:16:40+00:00","partial":false}},"meta":{"source":"live","fetched_at":"2026-07-14T19:21:39.909615+00:00","cost":"$0.0005","balance":"$0.9985","request_id":"req_889a05d8843eb9ac3d221cc1f8473ddf"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested HN user/item was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/hackernews/story/comments":{"get":{"tags":["Hacker News"],"operationId":"liveHackerNewsStoryComments","summary":"Hacker News recursive story comments","description":"Fetches and privately archives the exact official Algolia item document under the distinct story-comments resource, then returns the story plus the complete validated recursive comment tree (maximum depth 128 and 100,000 nodes).","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"id","in":"query","required":true,"description":"Positive decimal HN item ID in the signed 64-bit range.","schema":{"type":"string","pattern":"^[0-9]+$"},"example":"8863"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Hacker News semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["story","comments"],"properties":{"story":{"type":"object","required":["id","type","author","title","text_html","text","url","outbound_url","points","num_comments","created_at","partial"],"properties":{"id":{"type":"integer","minimum":1},"type":{"type":"string","enum":["story","poll"]},"author":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"text_html":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"url":{"type":"string","format":"uri"},"outbound_url":{"type":"string","format":"uri","nullable":true},"points":{"type":"integer","minimum":0,"nullable":true},"num_comments":{"type":"integer","minimum":0,"nullable":true},"created_at":{"type":"string","format":"date-time","nullable":true},"partial":{"type":"boolean"}},"additionalProperties":false},"comments":{"type":"array","items":{"type":"object","required":["id","story_id","parent_id","author","text_html","text","points","created_at","depth","path","deleted","partial","children"],"properties":{"id":{"type":"integer","minimum":1},"story_id":{"type":"integer","minimum":1},"parent_id":{"type":"integer","minimum":1},"author":{"type":"string","nullable":true},"text_html":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"points":{"type":"integer","minimum":0,"nullable":true},"created_at":{"type":"string","format":"date-time"},"depth":{"type":"integer","minimum":0,"maximum":127},"path":{"type":"array","items":{"type":"integer","minimum":1},"maxItems":128},"deleted":{"type":"boolean"},"partial":{"type":"boolean"},"children":{"type":"array","description":"Recursive children with this same comment shape; the complete tree is bounded to 100,000 nodes.","items":{"type":"object"}}},"additionalProperties":false}}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"story":{"id":8863,"type":"story","author":"dhouston","title":"My YC app: Dropbox - Throw away your USB drive","text_html":null,"text":null,"url":"https://news.ycombinator.com/item?id=8863","outbound_url":"http://www.getdropbox.com/u/2/screencast.html","points":104,"num_comments":null,"created_at":"2007-04-04T19:16:40+00:00","partial":false},"comments":[{"id":8865,"story_id":8863,"parent_id":8863,"author":"dhouston","text_html":"oh, and a mac port is coming :)","text":"oh, and a mac port is coming :)","points":null,"created_at":"2007-04-04T19:22:55+00:00","depth":0,"path":[8865],"deleted":false,"partial":false,"children":[{"id":9007,"story_id":8863,"parent_id":8865,"author":"vlad","text_html":"Drew, this is awesome!  All of the features you mentioned are exactly what people need.","text":"Drew, this is awesome! All of the features you mentioned are exactly what people need.","points":null,"created_at":"2007-04-05T01:48:11+00:00","depth":1,"path":[8865,9007],"deleted":false,"partial":false,"children":[]}]}]},"meta":{"source":"live","fetched_at":"2026-07-14T19:21:45.367050+00:00","cost":"$0.0005","balance":"$0.9980","request_id":"req_1f646e7e7d0bcea7754588cd07fee2a9"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested HN user/item was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/kick/clip":{"get":{"tags":["Kick"],"operationId":"liveKickClip","summary":"Kick clip detail","description":"Calls the current first-party `GET /api/v2/clips/{clip_id}/play` primitive through the named GeoNode pool. Duplicate IDs, counts, and returned media paths are validated before the exact private response is archived and the channel, creator, and clip are persisted. HLS remains a typed public URL and is never mislabeled as MP4.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Public `kick.com/{channel}/clips/{clip_id}` URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://kick.com/xqc/clips/clip_01KXD9Q59CVMP24671K0X7HCG3"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Kick semantic clip payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["clip"],"properties":{"clip":{"type":"object","required":["id","url","title","privacy","is_mature","duration_seconds","started_at","created_at","views","likes","hls_url","thumbnail_url","livestream_id","category","vod","channel","creator","duration_anomaly"],"properties":{"id":{"type":"string","pattern":"^clip_[0-9ABCDEFGHJKMNPQRSTVWXYZ]{26}$"},"url":{"type":"string","format":"uri"},"title":{"type":"string","minLength":1},"privacy":{"type":"string","minLength":1},"is_mature":{"type":"boolean"},"duration_seconds":{"type":"integer","minimum":1},"started_at":{"type":"string","format":"date-time","nullable":true},"created_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0},"likes":{"type":"integer","minimum":0},"hls_url":{"type":"string","format":"uri"},"thumbnail_url":{"type":"string","format":"uri"},"livestream_id":{"type":"string","nullable":true},"category":{"type":"object","required":["id","name","slug","parent_category","banner","responsive"],"properties":{"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"slug":{"type":"string","minLength":1},"parent_category":{"type":"string","nullable":true},"banner":{"type":"string","nullable":true},"responsive":{"type":"string","nullable":true}},"additionalProperties":false},"vod":{"type":"object","required":["id","start_offset_seconds"],"properties":{"id":{"type":"string","nullable":true},"start_offset_seconds":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false,"nullable":true},"channel":{"type":"object","required":["id","handle","display_name","profile_image_url","url","is_channel","is_clip_creator"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_-]{1,100}$"},"display_name":{"type":"string","minLength":1},"profile_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"},"is_channel":{"type":"boolean"},"is_clip_creator":{"type":"boolean"}},"additionalProperties":false},"creator":{"type":"object","required":["id","handle","display_name","profile_image_url","url","is_channel","is_clip_creator"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_-]{1,100}$"},"display_name":{"type":"string","minLength":1},"profile_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"},"is_channel":{"type":"boolean"},"is_clip_creator":{"type":"boolean"}},"additionalProperties":false},"duration_anomaly":{"type":"boolean"}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"clip":{"id":"clip_01KXD9Q59CVMP24671K0X7HCG3","url":"https://kick.com/xqc/clips/clip_01KXD9Q59CVMP24671K0X7HCG3","title":"...","privacy":"public","is_mature":true,"duration_seconds":43,"started_at":"2026-07-13T08:32:02+00:00","created_at":"2026-07-13T08:32:54.864087+00:00","views":15696,"likes":0,"hls_url":"https://clips.kick.com/clips/7c/clip_01KXD9Q59CVMP24671K0X7HCG3/playlist.m3u8","thumbnail_url":"https://clips.kick.com/clips/7c/clip_01KXD9Q59CVMP24671K0X7HCG3/thumbnail.webp","livestream_id":"117170961","category":{"id":"28","name":"Slots & Casino","slug":"slots","parent_category":"gambling","banner":"https://files.kick.com/images/subcategories/28/banner/ca01a05f-f807-4fbf-8794-3d547b1bb7a6","responsive":"https://files.kick.com/images/subcategories/28/banner/ca01a05f-f807-4fbf-8794-3d547b1bb7a6"},"vod":{"id":"1dafbf1e-fe20-4838-892e-2f6c03a52b11","start_offset_seconds":35987},"channel":{"id":"668","handle":"xqc","display_name":"xQc","profile_image_url":"https://files.kick.com/images/user/676/profile_image/conversion/931b4e8f-5445-427c-bd82-b473530390cc-thumb.webp","url":"https://kick.com/xqc","is_channel":true,"is_clip_creator":false},"creator":{"id":"72619358","handle":"brutuberr","display_name":"brutuberr","profile_image_url":null,"url":"https://kick.com/brutuberr","is_channel":false,"is_clip_creator":true},"duration_anomaly":false}},"meta":{"source":"live","fetched_at":"2026-07-14T10:48:14.450085+00:00","cost":"$0.0005","balance":"$0.9995","request_id":"req_a7b5c0b6b666d165011f55ab72bb69e4"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Kick clip was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/kwai/profile":{"get":{"tags":["Kwai"],"operationId":"liveKwaiProfile","summary":"Kwai public profile","description":"Merges the current first-party PC profile JSON with the canonical ProfilePage JSON-LD through the GeoNode pool. Cross-source identity is validated before both exact documents are privately archived and one complete typed account is persisted.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":false,"description":"Case-sensitive Kwai handle, with at most one leading `@`. Provide exactly one of `handle` or `url`.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9][A-Za-z0-9._-]{0,63}$"},"example":"KwaiBrasilOficial"},{"name":"url","in":"query","required":false,"description":"Exact public `https://www.kwai.com/@handle` URL. Provide exactly one of `handle` or `url`.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://www.kwai.com/@KwaiBrasilOficial"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Kwai semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account"],"properties":{"account":{"type":"object","required":["id","kwai_user_id","handle","url","display_name","bio","avatar_url","avatar_urls","tiny_avatar_url","background_url","external_urls","followers","following","total_likes","posts_count","is_verified","verification_text","verification_level","account_created_at","profile_complete"],"properties":{"id":{"type":"string","minLength":1,"maxLength":128},"kwai_user_id":{"type":"string","pattern":"^[0-9]+$","nullable":true},"handle":{"type":"string","pattern":"^[A-Za-z0-9._-]{1,64}$"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"avatar_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":32},"tiny_avatar_url":{"type":"string","format":"uri","nullable":true},"background_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":32},"followers":{"type":"integer","minimum":0,"nullable":true},"following":{"type":"integer","minimum":0,"nullable":true},"total_likes":{"type":"integer","minimum":0,"nullable":true},"posts_count":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"},"verification_text":{"type":"string","nullable":true},"verification_level":{"type":"integer","minimum":0,"nullable":true},"account_created_at":{"type":"string","format":"date-time","nullable":true},"profile_complete":{"type":"boolean"}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"3xyutri4afq3qks","kwai_user_id":"558843093","handle":"KwaiBrasilOficial","url":"https://www.kwai.com/@KwaiBrasilOficial","display_name":"Kwai Brasil Oficial","bio":"Aqui, Geral Brilha ✨","avatar_url":"https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_s.jpg","avatar_urls":["https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_s.jpg"],"tiny_avatar_url":"https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_t.jpg","background_url":"https://aws-static.kwai.net/s1/i/def/bg3.jpg","external_urls":[],"followers":412970800,"following":1,"total_likes":17564053,"posts_count":3595,"is_verified":true,"verification_text":"Conta Oficial","verification_level":3,"account_created_at":"2017-06-27T06:08:45+00:00","profile_complete":true}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_7dbd292b43d64b57aa611ef998f68b11"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested Kwai entity was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/kwai/user/posts":{"get":{"tags":["Kwai"],"operationId":"liveKwaiUserPosts","summary":"Kwai user posts","description":"Runs the complete profile preflight and then fetches exactly one current PC profile-feed page. Decimal string identities and cursors are preserved; the profile JSON, profile HTML, and feed JSON remain separate private artifacts.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":false,"description":"Case-sensitive Kwai handle, with at most one leading `@`. Provide exactly one of `handle` or `url`.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9][A-Za-z0-9._-]{0,63}$"},"example":"KwaiBrasilOficial"},{"name":"url","in":"query","required":false,"description":"Exact public `https://www.kwai.com/@handle` URL. Provide exactly one of `handle` or `url`.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://www.kwai.com/@KwaiBrasilOficial"},{"name":"cursor","in":"query","required":false,"description":"Decimal cursor returned by the previous page. `no_more` is terminal output only.","schema":{"type":"string","pattern":"^[0-9]+$"}},{"name":"count","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":50,"default":20}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Kwai semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","posts","cursor","count"],"properties":{"account":{"type":"object","required":["id","kwai_user_id","handle","url","display_name","bio","avatar_url","avatar_urls","tiny_avatar_url","background_url","external_urls","followers","following","total_likes","posts_count","is_verified","verification_text","verification_level","account_created_at","profile_complete"],"properties":{"id":{"type":"string","minLength":1,"maxLength":128},"kwai_user_id":{"type":"string","pattern":"^[0-9]+$","nullable":true},"handle":{"type":"string","pattern":"^[A-Za-z0-9._-]{1,64}$"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"avatar_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":32},"tiny_avatar_url":{"type":"string","format":"uri","nullable":true},"background_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":32},"followers":{"type":"integer","minimum":0,"nullable":true},"following":{"type":"integer","minimum":0,"nullable":true},"total_likes":{"type":"integer","minimum":0,"nullable":true},"posts_count":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"},"verification_text":{"type":"string","nullable":true},"verification_level":{"type":"integer","minimum":0,"nullable":true},"account_created_at":{"type":"string","format":"date-time","nullable":true},"profile_complete":{"type":"boolean"}},"additionalProperties":false},"posts":{"type":"array","items":{"type":"object","required":["id","url","caption","posted_at","jsonld_upload_at","engagement","media","music","is_ai_generated","allow_download"],"properties":{"id":{"type":"string","pattern":"^[0-9]{1,64}$"},"url":{"type":"string","format":"uri"},"caption":{"type":"string","nullable":true},"posted_at":{"type":"string","format":"date-time"},"jsonld_upload_at":{"type":"string","format":"date-time","nullable":true},"engagement":{"type":"object","required":["likes","comments","shares","views"],"properties":{"likes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"shares":{"type":"integer","minimum":0,"nullable":true},"views":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false},"media":{"type":"object","required":["video_url","video_urls","cover_url","cover_urls","thumbnail_url","thumbnail_urls","duration_ms","width","height"],"properties":{"video_url":{"type":"string","format":"uri"},"video_urls":{"type":"array","items":{"type":"string","format":"uri"},"minItems":1,"maxItems":32},"cover_url":{"type":"string","format":"uri"},"cover_urls":{"type":"array","items":{"type":"string","format":"uri"},"minItems":1,"maxItems":32},"thumbnail_url":{"type":"string","format":"uri"},"thumbnail_urls":{"type":"array","items":{"type":"string","format":"uri"},"minItems":1,"maxItems":32},"duration_ms":{"type":"integer","minimum":0,"nullable":true},"width":{"type":"integer","minimum":0,"nullable":true},"height":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false},"music":{"type":"object","required":["id","name","artist","duration_ms"],"properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"artist":{"type":"string","nullable":true},"duration_ms":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false,"nullable":true},"is_ai_generated":{"type":"boolean","nullable":true},"allow_download":{"type":"boolean","nullable":true}},"additionalProperties":false},"maxItems":50},"cursor":{"type":"string","pattern":"^([0-9]+|no_more)$"},"count":{"type":"integer","minimum":0,"maximum":50}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"3xyutri4afq3qks","kwai_user_id":"558843093","handle":"KwaiBrasilOficial","url":"https://www.kwai.com/@KwaiBrasilOficial","display_name":"Kwai Brasil Oficial","bio":"Aqui, Geral Brilha ✨","avatar_url":"https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_s.jpg","avatar_urls":["https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_s.jpg"],"tiny_avatar_url":"https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_t.jpg","background_url":"https://aws-static.kwai.net/s1/i/def/bg3.jpg","external_urls":[],"followers":412970800,"following":1,"total_likes":17564053,"posts_count":3595,"is_verified":true,"verification_text":"Conta Oficial","verification_level":3,"account_created_at":"2017-06-27T06:08:45+00:00","profile_complete":true},"posts":[{"id":"5192800480453935900","url":"https://www.kwai.com/@KwaiBrasilOficial/video/5192800480453935900","caption":"Resenha sobre rodas!","posted_at":"2026-07-13T20:54:03.602000+00:00","jsonld_upload_at":null,"engagement":{"likes":40,"comments":17,"shares":9,"views":595},"media":{"video_url":"https://aws-br-cdn.kwai.net/upic/video.mp4","video_urls":["https://aws-br-cdn.kwai.net/upic/video.mp4"],"cover_url":"https://p16-kimg.kwai.net/kimg/cover.webp","cover_urls":["https://p16-kimg.kwai.net/kimg/cover.webp"],"thumbnail_url":"https://p16-kimg.kwai.net/kimg/cover.webp","thumbnail_urls":["https://p16-kimg.kwai.net/kimg/cover.webp"],"duration_ms":null,"width":null,"height":null},"music":null,"is_ai_generated":false,"allow_download":null}],"cursor":"1783955422639","count":1},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_997f2e07fe454bb981e29f92944eaf36"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested Kwai entity was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/kwai/post":{"get":{"tags":["Kwai"],"operationId":"liveKwaiPost","summary":"Kwai post detail","description":"Joins the exact target from the current PWA slides JSON with the canonical VideoObject JSON-LD through the GeoNode pool. The decimal photo ID, creator identity, page URL, and timestamps must agree before private archival and typed persistence.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public `https://www.kwai.com/@handle/video/photo_id` URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://www.kwai.com/@KwaiBrasilOficial/video/5192800480453935900"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Kwai semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["post","author"],"properties":{"post":{"type":"object","required":["id","url","caption","posted_at","jsonld_upload_at","engagement","media","music","is_ai_generated","allow_download"],"properties":{"id":{"type":"string","pattern":"^[0-9]{1,64}$"},"url":{"type":"string","format":"uri"},"caption":{"type":"string","nullable":true},"posted_at":{"type":"string","format":"date-time"},"jsonld_upload_at":{"type":"string","format":"date-time","nullable":true},"engagement":{"type":"object","required":["likes","comments","shares","views"],"properties":{"likes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"shares":{"type":"integer","minimum":0,"nullable":true},"views":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false},"media":{"type":"object","required":["video_url","video_urls","cover_url","cover_urls","thumbnail_url","thumbnail_urls","duration_ms","width","height"],"properties":{"video_url":{"type":"string","format":"uri"},"video_urls":{"type":"array","items":{"type":"string","format":"uri"},"minItems":1,"maxItems":32},"cover_url":{"type":"string","format":"uri"},"cover_urls":{"type":"array","items":{"type":"string","format":"uri"},"minItems":1,"maxItems":32},"thumbnail_url":{"type":"string","format":"uri"},"thumbnail_urls":{"type":"array","items":{"type":"string","format":"uri"},"minItems":1,"maxItems":32},"duration_ms":{"type":"integer","minimum":0,"nullable":true},"width":{"type":"integer","minimum":0,"nullable":true},"height":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false},"music":{"type":"object","required":["id","name","artist","duration_ms"],"properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"artist":{"type":"string","nullable":true},"duration_ms":{"type":"integer","minimum":0,"nullable":true}},"additionalProperties":false,"nullable":true},"is_ai_generated":{"type":"boolean","nullable":true},"allow_download":{"type":"boolean","nullable":true}},"additionalProperties":false},"author":{"type":"object","required":["id","kwai_user_id","handle","url","display_name","bio","avatar_url","avatar_urls","tiny_avatar_url","background_url","external_urls","followers","following","total_likes","posts_count","is_verified","verification_text","verification_level","account_created_at","profile_complete"],"properties":{"id":{"type":"string","minLength":1,"maxLength":128},"kwai_user_id":{"type":"string","pattern":"^[0-9]+$","nullable":true},"handle":{"type":"string","pattern":"^[A-Za-z0-9._-]{1,64}$"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"avatar_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":32},"tiny_avatar_url":{"type":"string","format":"uri","nullable":true},"background_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":32},"followers":{"type":"integer","minimum":0,"nullable":true},"following":{"type":"integer","minimum":0,"nullable":true},"total_likes":{"type":"integer","minimum":0,"nullable":true},"posts_count":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"},"verification_text":{"type":"string","nullable":true},"verification_level":{"type":"integer","minimum":0,"nullable":true},"account_created_at":{"type":"string","format":"date-time","nullable":true},"profile_complete":{"type":"boolean"}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"post":{"id":"5192800480453935900","url":"https://www.kwai.com/@KwaiBrasilOficial/video/5192800480453935900","caption":"Resenha sobre rodas!","posted_at":"2026-07-13T20:54:03.602000+00:00","jsonld_upload_at":"2026-07-13T20:54:03+00:00","engagement":{"likes":41,"comments":18,"shares":10,"views":596},"media":{"video_url":"https://aws-br-cdn.kwai.net/upic/video.mp4","video_urls":["https://aws-br-cdn.kwai.net/upic/video.mp4"],"cover_url":"https://p16-kimg.kwai.net/kimg/cover.webp","cover_urls":["https://p16-kimg.kwai.net/kimg/cover.webp"],"thumbnail_url":"https://p16-kimg.kwai.net/kimg/cover.webp","thumbnail_urls":["https://p16-kimg.kwai.net/kimg/cover.webp"],"duration_ms":67000,"width":720,"height":1280},"music":{"id":null,"name":"Áudio original criado por Kwai Brasil Oficial","artist":"Kwai Brasil Oficial","duration_ms":null},"is_ai_generated":false,"allow_download":null},"author":{"id":"3xyutri4afq3qks","kwai_user_id":null,"handle":"KwaiBrasilOficial","url":"https://www.kwai.com/@KwaiBrasilOficial","display_name":"Kwai Brasil Oficial","bio":"Aqui, Geral Brilha ✨","avatar_url":"https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_t.jpg","avatar_urls":["https://aws-br-pic.kwai.net/bs2/overseaHead/avatar_t.jpg"],"tiny_avatar_url":null,"background_url":null,"external_urls":[],"followers":null,"following":null,"total_likes":null,"posts_count":null,"is_verified":true,"verification_text":"Conta Oficial","verification_level":3,"account_created_at":null,"profile_complete":false}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_326267c702134bfe94294f3391336598"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The requested Kwai entity was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/komi/page":{"get":{"tags":["Link Pages"],"operationId":"liveKomiPage","summary":"Komi creator page","description":"Fetches the exact creator shell, extracts its current SPA version, then fetches the version-bound published-profile API in one GeoNode session. Both wire documents are archived privately; modules and items are persisted transactionally.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public creator-page URL on this provider; arbitrary targets are rejected.","schema":{"type":"string","format":"uri"},"example":"https://howwegrow.komi.io/"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Normalized creator account and complete provider-ordered child set.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","links","provider"],"properties":{"account":{"type":"object","required":["id","handle","url","display_name","bio","avatar_url","external_urls","is_verified","is_private"],"properties":{"id":{"type":"string"},"handle":{"type":"string"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"}},"is_verified":{"type":"boolean"},"is_private":{"type":"boolean"}},"additionalProperties":false},"links":{"type":"array","items":{"type":"object","required":["id","type","position","title","url","image_url","extra"],"properties":{"id":{"type":"string"},"type":{"type":"string"},"position":{"type":"integer","minimum":0},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true},"image_url":{"type":"string","format":"uri","nullable":true},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":false}},"provider":{"type":"object","additionalProperties":true}},"additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"50ed15ee-6ab0-453e-a063-be7e1b02859e","handle":"howwegrow","url":"https://howwegrow.komi.io/","display_name":"Ana Calin","bio":null,"avatar_url":"https://komi-production-assets.s3-accelerate.amazonaws.com/photos/example.webp","external_urls":["https://example.com/creator-system"],"is_verified":false,"is_private":false},"links":[],"provider":{}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00Z","cost":"$0.0005","balance":"$9.99","request_id":"req_8c79c2a781b34d79a497a27fa90b7ea1"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The creator page or stored acquisition was not found."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/linkbio/page":{"get":{"tags":["Link Pages"],"operationId":"liveLinkbioPage","summary":"Lnk.Bio creator page","description":"Fetches one exact Lnk.Bio SSR page with redirects disabled. Native signed user IDs and data-id link identities are preserved in typed PostgreSQL rows; private signature attributes never enter semantic output.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public creator-page URL on this provider; arbitrary targets are rejected.","schema":{"type":"string","format":"uri"},"example":"https://lnk.bio/ACTAsia"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Normalized creator account and complete provider-ordered child set.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","links","provider"],"properties":{"account":{"type":"object","required":["id","handle","url","display_name","bio","avatar_url","external_urls","is_verified","is_private"],"properties":{"id":{"type":"string"},"handle":{"type":"string"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"}},"is_verified":{"type":"boolean"},"is_private":{"type":"boolean"}},"additionalProperties":false},"links":{"type":"array","items":{"type":"object","required":["id","type","position","title","url","image_url","extra"],"properties":{"id":{"type":"string"},"type":{"type":"string"},"position":{"type":"integer","minimum":0},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true},"image_url":{"type":"string","format":"uri","nullable":true},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":false}},"provider":{"type":"object","additionalProperties":true}},"additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"-1596352","handle":"actasia","url":"https://lnk.bio/actasia","display_name":"@actasia","bio":"@actasia Lnk.Bio · link in bio","avatar_url":"https://cdn2.lnk.bi/profilepics/-1596352_20230503421.jpg","external_urls":["https://www.actasia.org/resources/2025-annual-report/"],"is_verified":false,"is_private":false},"links":[],"provider":{}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00Z","cost":"$0.0005","balance":"$9.99","request_id":"req_41cc594b8d1a49eaac02648751a76491"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The creator page or stored acquisition was not found."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/linkme/page":{"get":{"tags":["Link Pages"],"operationId":"liveLinkmePage","summary":"Linkme creator page","description":"Fetches one exact Linkme Next.js document and persists the native `(linkId, webLinkId)` child identity. Runtime configuration and counters are excluded from public semantics.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public creator-page URL on this provider; arbitrary targets are rejected.","schema":{"type":"string","format":"uri"},"example":"https://link.me/LinkmeCreators"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Normalized creator account and complete provider-ordered child set.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","links","provider"],"properties":{"account":{"type":"object","required":["id","handle","url","display_name","bio","avatar_url","external_urls","is_verified","is_private"],"properties":{"id":{"type":"string"},"handle":{"type":"string"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"}},"is_verified":{"type":"boolean"},"is_private":{"type":"boolean"}},"additionalProperties":false},"links":{"type":"array","items":{"type":"object","required":["id","type","position","title","url","image_url","extra"],"properties":{"id":{"type":"string"},"type":{"type":"string"},"position":{"type":"integer","minimum":0},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true},"image_url":{"type":"string","format":"uri","nullable":true},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":false}},"provider":{"type":"object","additionalProperties":true}},"additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"64c580012aa94b250ae3a40dada85e75","handle":"linkmecreators","url":"https://link.me/linkmecreators","display_name":"LinkMe","bio":"Official LinkMe Creators Page","avatar_url":null,"external_urls":["https://linkme.global/"],"is_verified":true,"is_private":false},"links":[],"provider":{}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00Z","cost":"$0.0005","balance":"$9.99","request_id":"req_e3a4f2c44b064d61a8a0da6cb35b1292"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The creator page or stored acquisition was not found."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/linktree/page":{"get":{"tags":["Link Pages"],"operationId":"liveLinktreePage","summary":"Linktree creator page","description":"Fetches one exact Linktree Next.js document and separately persists regular native link IDs and deterministic social slots. Statsig, recommendations, and runtime subtrees are excluded from semantic output.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public creator-page URL on this provider; arbitrary targets are rejected.","schema":{"type":"string","format":"uri"},"example":"https://linktr.ee/charlidamelio"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Normalized creator account and complete provider-ordered child set.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","links","provider"],"properties":{"account":{"type":"object","required":["id","handle","url","display_name","bio","avatar_url","external_urls","is_verified","is_private"],"properties":{"id":{"type":"string"},"handle":{"type":"string"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"}},"is_verified":{"type":"boolean"},"is_private":{"type":"boolean"}},"additionalProperties":false},"links":{"type":"array","items":{"type":"object","required":["id","type","position","title","url","image_url","extra"],"properties":{"id":{"type":"string"},"type":{"type":"string"},"position":{"type":"integer","minimum":0},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true},"image_url":{"type":"string","format":"uri","nullable":true},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":false}},"provider":{"type":"object","additionalProperties":true}},"additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"d6e0ed64-4013-11eb-85b8-0a26086d88df","handle":"charlidamelio","url":"https://linktr.ee/charlidamelio","display_name":"charli d'amelio","bio":null,"avatar_url":"https://ugc.production.linktr.ee/d7e552bb-cd0c-41bf-b27f-ab2cea042848_IMG-7877.jpeg","external_urls":["http://vini.ly/damelio"],"is_verified":true,"is_private":false},"links":[],"provider":{}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00Z","cost":"$0.0005","balance":"$9.99","request_id":"req_5307bdf1f3384e70a204c41e740c72d3"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The creator page or stored acquisition was not found."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/pillar/page":{"get":{"tags":["Link Pages"],"operationId":"livePillarPage","summary":"Pillar creator page","description":"Fetches the exact public shop-core API document with the creator Origin/Referer contract. Proven builderItems and links receive native child rows; unproven empty commerce collections remain in sanitized account JSON until their shape is observed.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public creator-page URL on this provider; arbitrary targets are rejected.","schema":{"type":"string","format":"uri"},"example":"https://pillar.io/itsthemcfarlands"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Normalized creator account and complete provider-ordered child set.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","links","provider"],"properties":{"account":{"type":"object","required":["id","handle","url","display_name","bio","avatar_url","external_urls","is_verified","is_private"],"properties":{"id":{"type":"string"},"handle":{"type":"string"},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"avatar_url":{"type":"string","format":"uri","nullable":true},"external_urls":{"type":"array","items":{"type":"string","format":"uri"}},"is_verified":{"type":"boolean"},"is_private":{"type":"boolean"}},"additionalProperties":false},"links":{"type":"array","items":{"type":"object","required":["id","type","position","title","url","image_url","extra"],"properties":{"id":{"type":"string"},"type":{"type":"string"},"position":{"type":"integer","minimum":0},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true},"image_url":{"type":"string","format":"uri","nullable":true},"extra":{"type":"object","additionalProperties":true}},"additionalProperties":false}},"provider":{"type":"object","additionalProperties":true}},"additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"59840a7f-9d7f-49c1-9ec6-243ea747d91c","handle":"itsthemcfarlands","url":"https://pillar.io/itsthemcfarlands","display_name":null,"bio":null,"avatar_url":null,"external_urls":["https://www.cameo.com/the.mcfarlands"],"is_verified":false,"is_private":false},"links":[],"provider":{}},"meta":{"source":"live","fetched_at":"2026-07-15T00:00:00Z","cost":"$0.0005","balance":"$9.99","request_id":"req_7436a2400a4e4a2b8f56efb2a5ed83ae"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The creator page or stored acquisition was not found."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/pinterest/board":{"get":{"tags":["Pinterest"],"operationId":"livePinterestBoard","summary":"Pinterest board","description":"One current public board page from the observed `BoardResource` and `BoardFeedResource` contracts. Bootstrap HTML and both JSON resource bodies are archived separately; the operation intentionally does not paginate.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Canonical public HTTPS Pinterest board URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://www.pinterest.com/broadstbullycom/philadelphia-phillies/"},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional descriptive/extra fields without changing typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Pinterest semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"board":{"platform_id":"282812120289398012","owner_handle":"broadstbullycom","name":"Philadelphia Phillies ❤️🤍","canonical_url":"https://www.pinterest.com/broadstbullycom/philadelphia-phillies/","pin_count":388,"image_cover_url":"https://i.pinimg.com/474x/c4/d6/42/c4d642a59eec52e4d34368838ab3c909.jpg"},"pins":[{"id":"282812051594097764","url":"https://www.pinterest.com/pin/282812051594097764/","title":"Bryce Harper ⚾👀🔥 Philadelphia Phillies Wallpaper MLB Baseball Background","image_url":"https://i.pinimg.com/originals/17/2a/27/172a27e986f1e7a311aba4ba6f1c27d8.png","is_video":false,"saves":560,"repins":2,"author":{"platform":"pinterest","platform_id":"282812189008475549","username":"broadstbullycom","full_name":"🚨BSB🚨","profile_pic_url":"https://i.pinimg.com/75x75_RS/1c/82/f7/1c82f745249221256c71b8c04decb2c7.jpg","is_verified":false}}],"count":15,"example_truncated":true},"meta":{"source":"live","fetched_at":"2026-07-14T04:55:33.839786+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_b4b25fa78921e6e96983869dadf4d41f"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/pinterest/pin":{"get":{"tags":["Pinterest"],"operationId":"livePinterestPin","summary":"Pinterest pin","description":"Current `CloseupDetailQuery` pin detail with author, board, media, destination link, saves, repins, comments, and timestamps. Bootstrap HTML and GraphQL JSON remain separate exact private artifacts.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Canonical public HTTPS Pinterest pin URL with a numeric pin id.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://www.pinterest.com/pin/99360735500167749/"},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional descriptive/extra fields without changing typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Pinterest semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"pin":{"id":"99360735500167749","url":"https://www.pinterest.com/pin/99360735500167749/","title":"Next stop: Pinterest!","description":"Love my Pinterest t-shirt!","link":"http://www.flickr.com/photos/kentbrew/6851755809/","image_url":"https://i.pinimg.com/originals/a7/66/56/a76656e966b1958f568d63c3f1c05aec.jpg","is_video":false,"saves":101859,"repins":4857,"comments":30,"shares":22,"created_at":"2012-10-04T21:50:37+00:00","author":{"platform":"pinterest","platform_id":"99360872937292935","username":"kentbrew","full_name":"Kent Brewster","followers":4589,"is_verified":true,"profile_pic_url":"https://i.pinimg.com/140x140_RS/dc/24/76/dc2476722ee6e8c12b6a93d8ac5b6a4d.jpg"},"board":{"platform_id":"99360804217844427","owner_handle":"kentbrew","name":"Adventures at Pinterest","canonical_url":"https://www.pinterest.com/kentbrew/adventures-at-pinterest/","pin_count":148}}},"meta":{"source":"live","fetched_at":"2026-07-14T04:55:40.644821+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_1b1cb69eb4984c4a7adfa679e396aed1"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/pinterest/search":{"get":{"tags":["Pinterest"],"operationId":"livePinterestSearch","summary":"Pinterest pin search","description":"Observed `BaseSearchResource` page plus bounded concurrent `CloseupDetailQuery` enrichment for every returned pin. The operation is fail-closed: any incomplete detail aborts the whole request before archive, persistence, or billing.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"description":"Pinterest pin-search query.","schema":{"type":"string","minLength":1,"maxLength":500},"example":"philadelphia phillies"},{"name":"cursor","in":"query","required":false,"description":"Opaque bookmark returned by the prior Pinterest search page.","schema":{"type":"string","maxLength":8192}},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional descriptive/extra fields without changing typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Pinterest semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"query":"philadelphia phillies","pins":[{"id":"4593882818336006528","url":"https://www.pinterest.com/pin/4593882818336006528/","title":"Phillies rout Mets 15-3: Kyle Schwarber belts 3 homers, Bryce Harper hits for cycle","link":"http://www.ctpost.com/sports/article/phillies-rout-mets-15-3-kyle-schwarber-belts-3-22313774.php","image_url":"https://i.pinimg.com/236x/b7/cf/d4/b7cfd40712f1fc0017c69e88584daee0.jpg","is_video":false,"saves":6,"repins":4,"comments":0,"shares":0,"created_at":"2026-06-25T13:30:23+00:00","author":{"platform":"pinterest","platform_id":"1099089621469811254","username":"preview_ctpost_com","full_name":"Pinterest Preview ctpost_com","followers":1,"is_verified":true}}],"count":18,"example_truncated":true},"meta":{"source":"live","fetched_at":"2026-07-14T04:55:51.385732+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_8c26462503a27d4c70f4c27b478c41ca"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/pinterest/url-stats":{"get":{"tags":["Pinterest"],"operationId":"livePinterestUrlStats","summary":"Pinterest URL save counts","description":"Pinterest Save-button URL counts from the current fixed-origin JSONP widget. Exact strings, order, duplicates, and historical observations are preserved; arbitrary caller URLs are never dereferenced.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"urls","in":"query","required":true,"description":"One to ten comma-separated absolute HTTP(S) URL strings. Order and duplicates are preserved exactly; caller URLs are passed only to Pinterest’s fixed Save-button count endpoint and are never fetched.","schema":{"type":"string","maxLength":20489},"example":"https://www.pinterest.com/,https://www.pinterest.com"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Pinterest semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"urls":[{"url":"https://www.pinterest.com/","count":35466632,"occurrence_index":0},{"url":"https://www.pinterest.com/","count":35466632,"occurrence_index":1},{"url":"https://www.pinterest.com","count":204,"occurrence_index":2}],"count":3},"meta":{"source":"live","fetched_at":"2026-07-14T04:56:00.048416+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_52b296c1824839f894362e44475a2c8f"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/pinterest/user/boards":{"get":{"tags":["Pinterest"],"operationId":"livePinterestUserBoards","summary":"Pinterest user boards","description":"One current public user-board page from `UserResource` and `BoardsFeedResource`, with account and board rows persisted in their dedicated PostgreSQL tables.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Bare Pinterest username.","schema":{"type":"string","minLength":1,"maxLength":75,"pattern":"^[A-Za-z0-9_]+$"},"example":"broadstbullycom"},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional descriptive/extra fields without changing typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Pinterest semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","additionalProperties":true},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"handle":"broadstbullycom","account":{"platform":"pinterest","platform_id":"282812189008475549","username":"broadstbullycom","full_name":"🚨BSB🚨","followers":2088,"is_verified":false,"profile_pic_url":"https://i.pinimg.com/280x280_RS/1c/82/f7/1c82f745249221256c71b8c04decb2c7.jpg"},"boards":[{"platform_id":"282812120289398012","owner_handle":"broadstbullycom","name":"Philadelphia Phillies ❤️🤍","canonical_url":"https://www.pinterest.com/broadstbullycom/philadelphia-phillies/","pin_count":388,"image_cover_url":"https://i.pinimg.com/474x/c4/d6/42/c4d642a59eec52e4d34368838ab3c909.jpg"}],"count":10,"example_truncated":true},"meta":{"source":"live","fetched_at":"2026-07-14T04:55:55.664198+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_4da8a2b4ab8286c46f967845d95c71d9"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No exact stored payload exists for `source=db`."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/rumble/channel/videos":{"get":{"tags":["Rumble"],"operationId":"liveRumbleChannelVideos","summary":"Rumble channel videos and shorts","description":"One exact numeric page from both observed `rum-videos-grid` branches. Handle-only lookup resolves `/c/` before `/user/`; an explicit URL preserves its family. Terminal 404/redirect behavior becomes an empty final page, never a family switch.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":false,"description":"Bare Rumble handle. Provide exactly one of `handle` or `url`.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9_-]{1,100}$"},"example":"HighImpactFlix"},{"name":"url","in":"query","required":false,"description":"Public `/c/handle` or `/user/handle` URL. Provide exactly one of `handle` or `url`.","schema":{"type":"string","format":"uri","maxLength":2048}},{"name":"cursor","in":"query","required":false,"description":"Canonical numeric next-page cursor returned by the previous exact page.","schema":{"type":"string","pattern":"^[1-9][0-9]{0,3}$"}},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional response detail without weakening typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Rumble semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","videos","shorts","cursor","count"],"properties":{"account":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true},"videos":{"type":"array","items":{"type":"object","required":["id","url","content_type","title","author"],"properties":{"id":{"type":"string","pattern":"^v[0-9a-z]+$"},"numeric_video_id":{"type":"integer","minimum":0,"nullable":true},"embed_id":{"type":"string","pattern":"^v[0-9a-z]+$","nullable":true},"url":{"type":"string","format":"uri"},"content_type":{"type":"string","enum":["video","short"]},"title":{"type":"string"},"description":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"media_url":{"type":"string","format":"uri","nullable":true},"duration_seconds":{"type":"integer","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"likes":{"type":"integer","minimum":0,"nullable":true},"dislikes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"author":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true}},"shorts":{"type":"array","items":{"type":"object","required":["id","url","content_type","title","author"],"properties":{"id":{"type":"string","pattern":"^v[0-9a-z]+$"},"numeric_video_id":{"type":"integer","minimum":0,"nullable":true},"embed_id":{"type":"string","pattern":"^v[0-9a-z]+$","nullable":true},"url":{"type":"string","format":"uri"},"content_type":{"type":"string","enum":["video","short"]},"title":{"type":"string"},"description":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"media_url":{"type":"string","format":"uri","nullable":true},"duration_seconds":{"type":"integer","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"likes":{"type":"integer","minimum":0,"nullable":true},"dislikes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"author":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true}},"cursor":{"type":"string","nullable":true},"count":{"type":"integer","minimum":0}}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"platform_id":"_c1142784","username":"HighImpactFlix","full_name":"HighImpactFlix Official Rumble Channel","profile_pic_url":"https://1a-1791.com/video/z8/a/a/x/e/aaxea.baa-HighImpactFlix-r0cyt1.png","followers":5929,"is_verified":false},"videos":[{"id":"v77fr24","numeric_video_id":432085172,"embed_id":null,"url":"https://rumble.com/v77fr24-what-you-didnt-know-about-chuck-norris.html","content_type":"video","title":"What you Didn't Know about Chuck Norris","description":"What you Didn't Know about Chuck Norris","thumbnail_url":"https://1a-1791.com/video/fww1/8e/s8/1/8/M/r/-/8Mr-z.OvCc-small-What-you-Didnt-Know-about-C.jpg","media_url":"https://rumble.com/hls-vod/75931w/playlist.m3u8","duration_seconds":1168,"published_at":"2026-03-21T21:05:50+00:00","views":1167,"likes":36,"dislikes":5,"comments":12,"width":1280,"height":720,"fps":null,"author":{"platform_id":"_c1142784","username":"HighImpactFlix","full_name":"HighImpactFlix Official Rumble Channel","profile_pic_url":"https://1a-1791.com/video/z8/a/a/x/e/aaxea.baa-HighImpactFlix-r0cyt1.png","followers":5929,"is_verified":false}}],"shorts":[{"id":"v5choet","numeric_video_id":319381021,"embed_id":null,"url":"https://rumble.com/shorts/v5choet","content_type":"short","title":"My POLITICAL PHILOSOPHY is \"WRONG & SUCKS\" Someone Said #politics","description":"My POLITICAL PHILOSOPHY is \"WRONG & SUCKS\" Someone Said #politics","thumbnail_url":"https://1a-1791.com/video/s8/6/v/x/v/r/vxvrt.O-xb.1.jpg","media_url":"https://1a-1791.com/video/s8/2/v/x/v/r/vxvrt.haa.mp4","duration_seconds":59,"published_at":"2024-08-26T20:11:44+00:00","views":869,"likes":27,"dislikes":1,"comments":4,"width":1080,"height":1924,"fps":null,"author":{"platform_id":"_c1142784","username":"HighImpactFlix","full_name":"HighImpactFlix Official Rumble Channel","profile_pic_url":"https://1a-1791.com/video/z8/a/a/x/e/aaxea.baa-HighImpactFlix-r0cyt1.png","followers":5929,"is_verified":false}}],"cursor":"2","count":30,"example_truncated":true},"meta":{"source":"live","fetched_at":"2026-07-14T07:47:49.020979+00:00","cost":"$0.0005","balance":"$0.9995","request_id":"req_0dde6694d13b62cd78adfeecc93fee42"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Rumble entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/rumble/search":{"get":{"tags":["Rumble"],"operationId":"liveRumbleSearch","summary":"Rumble video search","description":"Anonymous `/search/video` results with stable permalink/native-author identities. Tracking-only `sci` and `e9s` values are never part of cache or canonical identity.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","minLength":1,"maxLength":500},"example":"philadelphia phillies"},{"name":"cursor","in":"query","required":false,"description":"Canonical numeric next-page cursor returned by the previous exact page.","schema":{"type":"string","pattern":"^[1-9][0-9]{0,3}$"}},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional response detail without weakening typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Rumble semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["query","items","cursor","count"],"properties":{"query":{"type":"string"},"items":{"type":"array","items":{"type":"object","required":["id","url","content_type","title","author"],"properties":{"id":{"type":"string","pattern":"^v[0-9a-z]+$"},"numeric_video_id":{"type":"integer","minimum":0,"nullable":true},"embed_id":{"type":"string","pattern":"^v[0-9a-z]+$","nullable":true},"url":{"type":"string","format":"uri"},"content_type":{"type":"string","enum":["video","short"]},"title":{"type":"string"},"description":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"media_url":{"type":"string","format":"uri","nullable":true},"duration_seconds":{"type":"integer","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"likes":{"type":"integer","minimum":0,"nullable":true},"dislikes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"author":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true}},"cursor":{"type":"string","nullable":true},"count":{"type":"integer","minimum":0}}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"query":"philadelphia phillies","items":[{"id":"v7b8fjc","numeric_video_id":null,"embed_id":null,"url":"https://rumble.com/shorts/v7b8fjc","content_type":"short","title":"Philadelphia Phillies Randy Wolf MLB debut vs Toronto Blue Jays at Veterans Stadium","description":"Philadelphia Phillies Randy Wolf MLB debut vs Toronto Blue Jays at Veterans Stadium","thumbnail_url":"https://hugh.cdn.rumble.cloud/video/fwe2/7d/s8/1/O/E/M/w/OEMwA.oq1b-small-Philadelphia-Phillies-Randy..jpg","media_url":null,"duration_seconds":null,"published_at":"2026-06-13T15:36:14+00:00","views":912,"likes":null,"dislikes":null,"comments":2,"width":null,"height":null,"fps":null,"author":{"platform_id":"_c6425904","username":"RedSixerFanSports","full_name":"Sports","profile_pic_url":null,"followers":null,"is_verified":true}}],"cursor":"2","count":25,"example_truncated":true},"meta":{"source":"live","fetched_at":"2026-07-14T07:47:58.221727+00:00","cost":"$0.0005","balance":"$0.9990","request_id":"req_1cb611da743c4862b24fe0308f901f70"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Rumble entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/rumble/video":{"get":{"tags":["Rumble"],"operationId":"liveRumbleVideo","summary":"Rumble video or short detail","description":"Long videos correlate SSR identity with the observed player JSON request; shorts parse their distinct `rum-shorts` document and fail loudly if a new caption-bearing field appears.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Canonical public long-video (`/v…-slug.html`) or short (`/shorts/v…`) URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://rumble.com/v778ua2-this-is-big-trump-melts-down-on-nato-as-counterterrorism-director-resigns-s.html"},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional response detail without weakening typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Rumble semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["video"],"properties":{"video":{"type":"object","required":["id","url","content_type","title","author"],"properties":{"id":{"type":"string","pattern":"^v[0-9a-z]+$"},"numeric_video_id":{"type":"integer","minimum":0,"nullable":true},"embed_id":{"type":"string","pattern":"^v[0-9a-z]+$","nullable":true},"url":{"type":"string","format":"uri"},"content_type":{"type":"string","enum":["video","short"]},"title":{"type":"string"},"description":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"media_url":{"type":"string","format":"uri","nullable":true},"duration_seconds":{"type":"integer","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"likes":{"type":"integer","minimum":0,"nullable":true},"dislikes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"author":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true}}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"video":{"id":"v778ua2","numeric_video_id":431762754,"embed_id":"v75269u","url":"https://rumble.com/v778ua2-this-is-big-trump-melts-down-on-nato-as-counterterrorism-director-resigns-s.html","content_type":"video","title":"This is BIG! Trump Melts Down on NATO as Counterterrorism Director Resigns Saying Israel Controls US","description":"Support the channel: ⭐ Patreon: https://www.patreon.com/highimpactflix ✅ CashApp: https://cash.app/$HighImpactDonate ☕️ Buy me a coffee or two: https://www.buymeacoffee.com/HighImpactFlix","thumbnail_url":"https://1a-1791.com/video/fww1/16/s8/1/k/5/c/9/k5c9z.qR4e-small-This-is-BIG-Trump-Melts-Dow.jpg","media_url":null,"duration_seconds":541,"published_at":"2026-03-17T16:49:12+00:00","views":1045,"likes":29,"dislikes":2,"comments":null,"width":1280,"height":720,"fps":30,"author":{"platform_id":"_c1142784","username":"HighImpactFlix","full_name":"HighImpactFlix Official Rumble Channel","profile_pic_url":null,"followers":5920,"is_verified":false}}},"meta":{"source":"live","fetched_at":"2026-07-14T07:48:05.058332+00:00","cost":"$0.0005","balance":"$0.9985","request_id":"req_a8964aae5020fe2570ff999519c0f8bc"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Rumble entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/rumble/video/comments":{"get":{"tags":["Rumble"],"operationId":"liveRumbleVideoComments","summary":"Rumble public top-level comments","description":"Uses the long-video embed token in `comment.list`, verifies declared total equals returned public rows, and distinguishes zero comments from sign-in-gated bodies. Shorts return the researched 501 capability boundary.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Canonical public long-video (`/v…-slug.html`) or short (`/shorts/v…`) URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://rumble.com/v778ua2-this-is-big-trump-melts-down-on-nato-as-counterterrorism-director-resigns-s.html"},{"name":"trim","in":"query","required":false,"description":"Literal boolean. Omits optional response detail without weakening typed persistence.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Rumble semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["video","items","total","comments_public"],"properties":{"video":{"type":"object","required":["id","url","content_type","title","author"],"properties":{"id":{"type":"string","pattern":"^v[0-9a-z]+$"},"numeric_video_id":{"type":"integer","minimum":0,"nullable":true},"embed_id":{"type":"string","pattern":"^v[0-9a-z]+$","nullable":true},"url":{"type":"string","format":"uri"},"content_type":{"type":"string","enum":["video","short"]},"title":{"type":"string"},"description":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"media_url":{"type":"string","format":"uri","nullable":true},"duration_seconds":{"type":"integer","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"likes":{"type":"integer","minimum":0,"nullable":true},"dislikes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"author":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true},"items":{"type":"array","items":{"type":"object","required":["comment_id","author_handle","text","created_at","like_count","reply_count"],"properties":{"comment_id":{"type":"string","pattern":"^[0-9]+$"},"author_handle":{"type":"string"},"author_url":{"type":"string","format":"uri"},"text":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"created_at_text":{"type":"string"},"like_count":{"type":"integer","minimum":0},"dislike_count":{"type":"integer","minimum":0},"reply_count":{"type":"integer","minimum":0}},"additionalProperties":true}},"total":{"type":"integer","minimum":0},"comments_public":{"type":"boolean"}}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"video":{"id":"v778ua2","numeric_video_id":431762754,"embed_id":"v75269u","url":"https://rumble.com/v778ua2-this-is-big-trump-melts-down-on-nato-as-counterterrorism-director-resigns-s.html","content_type":"video","title":"This is BIG! Trump Melts Down on NATO as Counterterrorism Director Resigns Saying Israel Controls US","description":"Support the channel: ⭐ Patreon: https://www.patreon.com/highimpactflix ✅ CashApp: https://cash.app/$HighImpactDonate ☕️ Buy me a coffee or two: https://www.buymeacoffee.com/HighImpactFlix","thumbnail_url":"https://1a-1791.com/video/fww1/16/s8/1/k/5/c/9/k5c9z.qR4e-small-This-is-BIG-Trump-Melts-Dow.jpg","media_url":null,"duration_seconds":541,"published_at":"2026-03-17T16:49:12+00:00","views":1045,"likes":29,"dislikes":2,"comments":null,"width":1280,"height":720,"fps":30,"author":{"platform_id":"_c1142784","username":"HighImpactFlix","full_name":"HighImpactFlix Official Rumble Channel","profile_pic_url":null,"followers":5920,"is_verified":false}},"items":[{"comment_id":"607074090","author_handle":"Anothercg","text":"This deserves at least an hour not 9 minutes.","created_at":"2026-03-18T17:04:00+00:00","like_count":0,"reply_count":0}],"total":6,"comments_public":true,"example_truncated":true},"meta":{"source":"live","fetched_at":"2026-07-14T07:48:26.536747+00:00","cost":"$0.0005","balance":"$0.9980","request_id":"req_4306627d271cab2637ea199d200716a1"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Rumble entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"501":{"description":"Short-video comment bodies have no observed public first-party request. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/rumble/video/transcript":{"get":{"tags":["Rumble"],"operationId":"liveRumbleVideoTranscript","summary":"Rumble native captions","description":"Fetches only player-declared native WEBVTT tracks—never speech-to-text. The caller pre-authorizes $0.005; a strictly valid caption-absent payload (`transcript: null`, `transcripts: []`) costs $0, otherwise the successful operation costs $0.005.","x-dashboard-cost":"$0.005 max; $0 when captions are absent","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Canonical public long-video (`/v…-slug.html`) or short (`/shorts/v…`) URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://rumble.com/v778ua2-this-is-big-trump-melts-down-on-nato-as-counterterrorism-director-resigns-s.html"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Rumble semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["video","transcript","transcripts"],"properties":{"video":{"type":"object","required":["id","url","content_type","title","author"],"properties":{"id":{"type":"string","pattern":"^v[0-9a-z]+$"},"numeric_video_id":{"type":"integer","minimum":0,"nullable":true},"embed_id":{"type":"string","pattern":"^v[0-9a-z]+$","nullable":true},"url":{"type":"string","format":"uri"},"content_type":{"type":"string","enum":["video","short"]},"title":{"type":"string"},"description":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"media_url":{"type":"string","format":"uri","nullable":true},"duration_seconds":{"type":"integer","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"likes":{"type":"integer","minimum":0,"nullable":true},"dislikes":{"type":"integer","minimum":0,"nullable":true},"comments":{"type":"integer","minimum":0,"nullable":true},"author":{"type":"object","required":["platform_id","username"],"properties":{"platform_id":{"type":"string","pattern":"^_(?:c|u)[0-9a-z]+$"},"username":{"type":"string"},"full_name":{"type":"string","nullable":true},"profile_pic_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_verified":{"type":"boolean"}},"additionalProperties":true}},"additionalProperties":true},"transcript":{"type":"object","required":["track_key","locale","language","source_url","vtt","text","segments","is_auto"],"properties":{"track_key":{"type":"string"},"locale":{"type":"string"},"language":{"type":"string"},"source_url":{"type":"string","format":"uri"},"vtt":{"type":"string","description":"Exact native WEBVTT document."},"text":{"type":"string"},"segments":{"type":"array","items":{"type":"object","additionalProperties":true}},"is_auto":{"type":"boolean"},"is_complete":{"type":"boolean"}},"additionalProperties":false,"nullable":true},"transcripts":{"type":"array","items":{"type":"object","required":["track_key","locale","language","source_url","vtt","text","segments","is_auto"],"properties":{"track_key":{"type":"string"},"locale":{"type":"string"},"language":{"type":"string"},"source_url":{"type":"string","format":"uri"},"vtt":{"type":"string","description":"Exact native WEBVTT document."},"text":{"type":"string"},"segments":{"type":"array","items":{"type":"object","additionalProperties":true}},"is_auto":{"type":"boolean"},"is_complete":{"type":"boolean"}},"additionalProperties":false}}}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"video":{"id":"v2o5nix","numeric_video_id":157147893,"embed_id":"v2lk839","url":"https://rumble.com/v2o5nix-did-you-know-philly-cops-bombed-philadelphia.html","content_type":"video","title":"Did You Know Philly Cops Bombed Philadelphia?","description":"My show is LIVE on Mon, Wed, Fri and Saturday at 3pm ET/ Noon PT. I am one of the most censored comedians in America. If you want to see my work continue, become a member at LeeCamp.Net and get access","thumbnail_url":"https://1a-1791.com/video/s8/1/z/z/g/O/zzgOj.qR4e-small-Did-You-Know-Philly-Cops-Bo.jpg","media_url":null,"duration_seconds":731,"published_at":"2023-05-16T19:00:00+00:00","views":802,"likes":35,"dislikes":1,"comments":null,"width":1280,"height":720,"fps":30,"author":{"platform_id":"_c1591445","username":"LeeCamp","full_name":"Lee Camp","profile_pic_url":null,"followers":78300,"is_verified":false}},"transcript":null,"transcripts":[]},"meta":{"source":"live","fetched_at":"2026-07-14T07:49:11.163235+00:00","cost":"$0.0000","balance":"$0.9980","request_id":"req_ed32cbc861462e3a208e79ef4abc644c"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Rumble entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/snapchat/profile":{"get":{"tags":["Snapchat"],"operationId":"liveSnapchatProfile","summary":"Snapchat public profile","description":"Fetches the exact public `snapchat.com/@handle` Next.js SSR document through the named GeoNode pool, validates its public-profile union and typed identifiers, privately archives the bytes, and persists one authoritative account. Dynamic recommendation, audience-gate, and Bitmoji subtrees remain artifact-only. Avatar and hero images are mirrored; the snapcode remains a typed deep-link URL.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Bare Snapchat username. Do not include `@` or a profile URL.","schema":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9._-]{1,13}[A-Za-z0-9]$","minLength":3,"maxLength":15},"example":"djkhaled305"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Snapchat semantic profile payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account"],"properties":{"account":{"type":"object","required":["id","handle","url","display_name","mutable_name","bio","subscribers","badge","business_profile_id","publisher_type","category_string_id","subcategory_string_id","created_at","last_updated_at","profile_picture_url","square_hero_image_url","snapcode_image_url","primary_color","website_url","address","has_story","has_curated_highlights","has_spotlight_highlights","should_hide_username","is_verified","is_private"],"properties":{"id":{"type":"string","format":"uuid"},"handle":{"type":"string","pattern":"^[a-z][a-z0-9._-]{1,13}[a-z0-9]$","minLength":3,"maxLength":15},"url":{"type":"string","format":"uri"},"display_name":{"type":"string","nullable":true},"mutable_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"subscribers":{"type":"integer","minimum":0},"badge":{"type":"integer","minimum":0},"business_profile_id":{"type":"string","format":"uuid","nullable":true},"publisher_type":{"type":"string","nullable":true},"category_string_id":{"type":"string","nullable":true},"subcategory_string_id":{"type":"string","nullable":true},"created_at":{"type":"string","format":"date-time"},"last_updated_at":{"type":"string","format":"date-time"},"profile_picture_url":{"type":"string","format":"uri","nullable":true},"square_hero_image_url":{"type":"string","format":"uri","nullable":true},"snapcode_image_url":{"type":"string","format":"uri","nullable":true},"primary_color":{"type":"string","nullable":true},"website_url":{"type":"string","format":"uri","nullable":true},"address":{"type":"string","nullable":true},"has_story":{"type":"boolean"},"has_curated_highlights":{"type":"boolean"},"has_spotlight_highlights":{"type":"boolean"},"should_hide_username":{"type":"boolean"},"is_verified":{"type":"boolean","enum":[false]},"is_private":{"type":"boolean","enum":[false]}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"b163bf76-e65f-495f-9a2a-5b8c8bf538b2","handle":"djkhaled305","url":"https://www.snapchat.com/@djkhaled305","display_name":"DJ Khaled","mutable_name":null,"bio":"FATHER | CEO | MOGUL","subscribers":11993500,"badge":1,"business_profile_id":"940e0baa-25ea-436b-8cdc-d0104a857f41","publisher_type":null,"category_string_id":"public-profile-category-v3-people","subcategory_string_id":"public-profile-subcategory-v3-artist","created_at":"2019-05-16T15:46:50.483000+00:00","last_updated_at":"2026-07-14T02:08:35+00:00","profile_picture_url":"https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvQ2lTVUFMWnBQRHFRdFFyMTBzZW4yP2JvPUVnMGFBQm9BTWdFRVNBSlFHV0FCJnVjPTI1._RS0,90_FMjpeg","square_hero_image_url":"https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvUmdnNTJUNTR2WUZCWG5HRVRFU1pKP2JvPUVnMGFBQm9BTWdFRVNBSlFHV0FCJnVjPTI1._RS0,1080_FMjpeg","snapcode_image_url":"https://app.snapchat.com/web/deeplink/snapcode?username=djkhaled305&type=SVG&bitmoji=enable","primary_color":null,"website_url":null,"address":null,"has_story":false,"has_curated_highlights":false,"has_spotlight_highlights":true,"should_hide_username":false,"is_verified":false,"is_private":false}},"meta":{"source":"live","fetched_at":"2026-07-14T00:00:00+00:00","cost":"$0.0005","balance":"$9.9995","request_id":"req_8b392dce906e4f3ab7c63c4d9322b965"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Snapchat profile was not found, or no stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/twitch/profile":{"get":{"tags":["Twitch"],"operationId":"liveTwitchProfile","summary":"Twitch channel profile","description":"One native two-document batch (`ChannelRoot_AboutPanel` plus `HomeTrackQuery`). Both responses must resolve to the same non-null user id; profile, social links, followers, roles, and broadcast language are persisted together.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Bare Twitch login. A leading `@` is accepted and canonicalized.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9_]{1,25}$"},"example":"monstercat"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Twitch semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account"],"properties":{"account":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"account":{"id":"27446517","bio":"Monstercat prides itself in supporting rising electronic artists from around the globe. We are proving that independent labels have the ability to reshape the music industry landscape.","url":"https://www.twitch.tv/monstercat","handle":"monstercat","is_staff":false,"followers":804212,"is_partner":true,"display_name":"Monstercat","is_affiliate":false,"primary_color":"917DF4","social_medias":[{"id":"4c16790c-91a2-4b4a-8ee2-9513a10130ae","url":"https://www.instagram.com/monstercat/","name":"instagram","title":"Instagram"}],"banner_image_url":null,"offline_image_url":null,"profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/monstercat-profile_image-3e109d75f8413319-300x300.jpeg","broadcast_language":"EN","is_participating_dj":false}},"meta":{"source":"live","fetched_at":"2026-07-14T09:13:45.393378+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_9ac712a54e58fcd32b3516933299d6a9"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Twitch entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/twitch/user/schedule":{"get":{"tags":["Twitch"],"operationId":"liveTwitchUserSchedule","summary":"Twitch channel schedule","description":"Current anonymous `OfflineEmbedVODAndSchedule` contract. Fully ended upstream segments are retained only in the exact private archive and reported by `excluded_ended_count`; active overruns and future segments remain typed rows.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Bare Twitch login. A leading `@` is accepted and canonicalized.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9_]{1,25}$"},"example":"criticalrole"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Twitch semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","schedule_present","schedule_id","items","count","excluded_ended_count","warnings"],"properties":{"account":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false},"schedule_present":{"type":"boolean"},"schedule_id":{"type":"string","nullable":true},"items":{"type":"array","items":{"type":"object","required":["id","schedule_id","title","start_at","end_at","is_cancelled","categories"],"properties":{"id":{"type":"string"},"schedule_id":{"type":"string"},"title":{"type":"string","nullable":true},"start_at":{"type":"string","format":"date-time"},"end_at":{"type":"string","format":"date-time"},"is_cancelled":{"type":"boolean"},"categories":{"type":"array","items":{"type":"object","additionalProperties":true}}},"additionalProperties":false}},"count":{"type":"integer","minimum":0},"excluded_ended_count":{"type":"integer","minimum":0},"warnings":{"type":"array","items":{"type":"string"}}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"count":5,"items":[{"id":"eyJzZWdtZW50SUQiOiJiMGQxYzU1NC0zYjM5LTRkYmUtOTM3ZC0wMTA0MmYyYzdhYWQiLCJpc29ZZWFyIjoyMDI2LCJpc29XZWVrIjoyOX0=","title":"Age of Umbra: Sallowlands","end_at":"2026-07-17T06:00:00+00:00","start_at":"2026-07-17T02:00:00+00:00","categories":[{"id":"509664","name":"Tabletop RPGs","box_art_url":"https://static-cdn.jtvnw.net/ttv-boxart/509664-144x192.jpg"}],"schedule_id":"schedule-229729353","is_cancelled":false}],"account":{"id":"229729353","bio":null,"url":"https://www.twitch.tv/criticalrole","handle":"criticalrole","is_staff":null,"followers":null,"is_partner":null,"display_name":"CriticalRole","is_affiliate":null,"primary_color":"504195","social_medias":[],"banner_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/0762433d-3ce0-4542-9e53-57999c589f5f-profile_banner-480.jpeg","offline_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/892236ad-877d-4c1d-bc95-bec81a286ab8-channel_offline_image-1920x1080.png","profile_image_url":null,"broadcast_language":null,"is_participating_dj":null},"warnings":[],"schedule_id":"schedule-229729353","schedule_present":true,"excluded_ended_count":0},"meta":{"source":"live","fetched_at":"2026-07-14T09:13:47.468114+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_c43cea9d6aaaa25da29439174b4a5fad"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Twitch entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/twitch/user/videos":{"get":{"tags":["Twitch"],"operationId":"liveTwitchUserVideos","summary":"Twitch channel videos","description":"One native `FilterableVideoTower_Videos` request with the observed complete limit of 100. The operation fails closed instead of returning a partial collection if Twitch reports `hasNextPage=true`.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Bare Twitch login. A leading `@` is accepted and canonicalized.","schema":{"type":"string","pattern":"^@?[A-Za-z0-9_]{1,25}$"},"example":"monstercat"},{"name":"filter_by","in":"query","required":false,"schema":{"type":"string","enum":["HIGHLIGHT","UPLOAD"]}},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","enum":["TIME","VIEWS"],"default":"TIME"}},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Twitch semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["account","items","count","filter_by","sort_by"],"properties":{"account":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false},"items":{"type":"array","items":{"type":"object","required":["id","slug","content_type","url","embed_url","title","language","duration_seconds","published_at","views","thumbnail_url","video_url","game","broadcast_id","linked_video_id","tags","restriction","media_variants","broadcaster","curator"],"properties":{"id":{"type":"string","minLength":1},"slug":{"type":"string","nullable":true},"content_type":{"type":"string","enum":["video","clip"]},"url":{"type":"string","format":"uri"},"embed_url":{"type":"string","format":"uri","nullable":true},"title":{"type":"string"},"language":{"type":"string","nullable":true},"duration_seconds":{"type":"number","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"video_url":{"type":"string","format":"uri","nullable":true},"game":{"type":"object","nullable":true,"additionalProperties":true},"broadcast_id":{"type":"string","nullable":true},"linked_video_id":{"type":"string","nullable":true},"tags":{"type":"array","items":{"type":"object","additionalProperties":true}},"restriction":{"type":"object","nullable":true,"additionalProperties":true},"media_variants":{"type":"array","items":{"type":"object","required":["source_url"],"properties":{"source_url":{"type":"string","format":"uri"}},"additionalProperties":true}},"broadcaster":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false},"curator":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false,"nullable":true}},"additionalProperties":false},"maxItems":100},"count":{"type":"integer","minimum":0,"maximum":100},"filter_by":{"type":"string","enum":["HIGHLIGHT","UPLOAD"],"nullable":true},"sort_by":{"type":"string","enum":["TIME","VIEWS"]}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"count":21,"items":[{"id":"144618158","url":"https://www.twitch.tv/videos/144618158","game":null,"slug":null,"tags":[],"title":"Karma Fields | The Hex | Webster Hall, NYC","views":3144,"curator":null,"language":null,"embed_url":null,"video_url":null,"broadcaster":{"id":"27446517","bio":null,"url":"https://www.twitch.tv/monstercat","handle":"monstercat","is_staff":null,"followers":null,"is_partner":true,"display_name":"Monstercat","is_affiliate":null,"primary_color":"917DF4","social_medias":[],"banner_image_url":null,"offline_image_url":null,"profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/monstercat-profile_image-3e109d75f8413319-50x50.jpeg","broadcast_language":null,"is_participating_dj":null},"restriction":null,"broadcast_id":"1","content_type":"video","published_at":"2017-05-17T21:36:07+00:00","thumbnail_url":"https://static-cdn.jtvnw.net/cf_vods/d2nvs31859zcd8/monstercat/144618158/df440af0-2699-4e3d-9b3c-0573f3082df8/thumb/custom25aa5a0b632028dc-320x180.jpeg","media_variants":[],"linked_video_id":null,"duration_seconds":78}],"account":{"id":"27446517","bio":null,"url":"https://www.twitch.tv/monstercat","handle":"monstercat","is_staff":null,"followers":null,"is_partner":true,"display_name":"Monstercat","is_affiliate":null,"primary_color":"917DF4","social_medias":[],"banner_image_url":null,"offline_image_url":null,"profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/monstercat-profile_image-3e109d75f8413319-50x50.jpeg","broadcast_language":null,"is_participating_dj":null},"sort_by":"VIEWS","filter_by":"UPLOAD"},"meta":{"source":"live","fetched_at":"2026-07-14T09:13:50.807433+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_b8ebdf1733b0edc12d5c0979e6a46f48"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Twitch entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/twitch/clip":{"get":{"tags":["Twitch"],"operationId":"liveTwitchClip","summary":"Twitch clip detail and public media variants","description":"Current anonymous `ShareClipRenderStatus` response. The exact private archive retains the complete wire body; playback access tokens are never traversed into semantic output, PostgreSQL, media jobs, OpenSearch, examples, or this public API.","x-dashboard-cost":"$0.0005","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Public `clips.twitch.tv/{slug}` or `twitch.tv/{handle}/clip/{slug}` URL.","schema":{"type":"string","format":"uri","maxLength":2048},"example":"https://clips.twitch.tv/SassyObliquePandaChefFrank"},{"name":"source","in":"query","required":false,"description":"`auto` is stored-else-live; `db` never crawls; `live` runs a fresh GeoNode acquisition.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Evidence-backed Twitch semantic payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object","required":["clip"],"properties":{"clip":{"type":"object","required":["id","slug","content_type","url","embed_url","title","language","duration_seconds","published_at","views","thumbnail_url","video_url","game","broadcast_id","linked_video_id","tags","restriction","media_variants","broadcaster","curator"],"properties":{"id":{"type":"string","minLength":1},"slug":{"type":"string","nullable":true},"content_type":{"type":"string","enum":["video","clip"]},"url":{"type":"string","format":"uri"},"embed_url":{"type":"string","format":"uri","nullable":true},"title":{"type":"string"},"language":{"type":"string","nullable":true},"duration_seconds":{"type":"number","minimum":0,"nullable":true},"published_at":{"type":"string","format":"date-time","nullable":true},"views":{"type":"integer","minimum":0,"nullable":true},"thumbnail_url":{"type":"string","format":"uri","nullable":true},"video_url":{"type":"string","format":"uri","nullable":true},"game":{"type":"object","nullable":true,"additionalProperties":true},"broadcast_id":{"type":"string","nullable":true},"linked_video_id":{"type":"string","nullable":true},"tags":{"type":"array","items":{"type":"object","additionalProperties":true}},"restriction":{"type":"object","nullable":true,"additionalProperties":true},"media_variants":{"type":"array","items":{"type":"object","required":["source_url"],"properties":{"source_url":{"type":"string","format":"uri"}},"additionalProperties":true}},"broadcaster":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false},"curator":{"type":"object","required":["id","handle","display_name","bio","profile_image_url","followers","is_partner","is_affiliate","is_staff","is_participating_dj","broadcast_language","primary_color","social_medias","banner_image_url","offline_image_url","url"],"properties":{"id":{"type":"string","minLength":1},"handle":{"type":"string","pattern":"^[a-z0-9_]{1,25}$"},"display_name":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"profile_image_url":{"type":"string","format":"uri","nullable":true},"followers":{"type":"integer","minimum":0,"nullable":true},"is_partner":{"type":"boolean","nullable":true},"is_affiliate":{"type":"boolean","nullable":true},"is_staff":{"type":"boolean","nullable":true},"is_participating_dj":{"type":"boolean","nullable":true},"broadcast_language":{"type":"string","nullable":true},"primary_color":{"type":"string","nullable":true},"social_medias":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"url":{"type":"string","format":"uri","nullable":true}},"additionalProperties":false}},"banner_image_url":{"type":"string","format":"uri","nullable":true},"offline_image_url":{"type":"string","format":"uri","nullable":true},"url":{"type":"string","format":"uri"}},"additionalProperties":false,"nullable":true}},"additionalProperties":false}},"additionalProperties":false},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"clip":{"id":"3750693310","url":"https://clips.twitch.tv/SassyObliquePandaChefFrank","game":null,"slug":"SassyObliquePandaChefFrank","tags":[],"title":"We did it Reddit!","views":5744,"curator":{"id":"41944696","bio":null,"url":"https://www.twitch.tv/dj_meowtastic","handle":"dj_meowtastic","is_staff":null,"followers":null,"is_partner":null,"display_name":"DJ_Meowtastic","is_affiliate":null,"primary_color":null,"social_medias":[],"banner_image_url":null,"offline_image_url":null,"profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/b6cf9bdf-9b14-4a86-ae27-16b0a1dacfcc-profile_image-70x70.png","broadcast_language":null,"is_participating_dj":null},"language":"EN","embed_url":"https://clips.twitch.tv/embed?clip=SassyObliquePandaChefFrank","video_url":"https://d1ndex63qxojbr.cloudfront.net/nauth/622d7a7d-f360-4a3e-93e5-dbd5579943ae/landscape/avc/360/index.mp4","broadcaster":{"id":"27446517","bio":null,"url":"https://www.twitch.tv/monstercat","handle":"monstercat","is_staff":null,"followers":804212,"is_partner":true,"display_name":"Monstercat","is_affiliate":null,"primary_color":"917DF4","social_medias":[],"banner_image_url":null,"offline_image_url":null,"profile_image_url":"https://static-cdn.jtvnw.net/jtv_user_pictures/monstercat-profile_image-3e109d75f8413319-70x70.jpeg","broadcast_language":null,"is_participating_dj":null},"restriction":null,"broadcast_id":"31319538144","content_type":"clip","published_at":"2018-11-21T21:17:36+00:00","thumbnail_url":"https://static-cdn.jtvnw.net/twitch-video-assets/twitch-vap-video-assets-prod-us-west-2/622d7a7d-f360-4a3e-93e5-dbd5579943ae/landscape/thumb/thumb-0000000000-1280x720.jpg","media_variants":[{"width":640,"codecs":null,"height":360,"bitrate":0,"quality":"360","asset_id":"622d7a7d-f360-4a3e-93e5-dbd5579943ae/LANDSCAPE","duration":null,"frame_rate":0,"source_url":"https://d1ndex63qxojbr.cloudfront.net/nauth/622d7a7d-f360-4a3e-93e5-dbd5579943ae/landscape/avc/360/index.mp4","video_codec":"AVC"}],"linked_video_id":null,"duration_seconds":22}},"meta":{"source":"live","fetched_at":"2026-07-14T09:13:55.303970+00:00","cost":"$0.0005","balance":"$9.99","request_id":"req_40db7d8964b01ca11ccb2b3db4f08b17"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"The Twitch entity was not found, or no exact stored payload exists for `source=db`."},"409":{"description":"Live acquisition is administratively paused. You are not charged."},"429":{"description":"Acquisition capacity is rate limited. You are not charged."},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/truthsocial/profile":{"get":{"tags":["Truth Social"],"operationId":"liveTruthSocialProfile","summary":"Truth Social profile (blocked)","description":"All 60 configured GeoNode exits failed before a Truth Social JSON profile contract could be observed. Returns `501 surface_blocked` without charge. One same-proxy JSON success reopens the implementation plan.","x-availability":"blocked","x-egress-observation":{"observed_at":"2026-07-14","configured_exits":60,"json_successes":0,"cloudflare_challenges":58,"transport_errors":2,"direct_egress_fallback":false},"x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":true,"description":"Bare local Truth Social username without @ or an instance suffix.","schema":{"type":"string","pattern":"^[A-Za-z0-9_]{1,64}$"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party Truth Social contract has been captured.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/truthsocial/user/posts":{"get":{"tags":["Truth Social"],"operationId":"liveTruthSocialUserPosts","summary":"Truth Social user posts (blocked)","description":"No account-status or cursor response has been captured through GeoNode. Provide at least one of `handle` or `user_id`; both are accepted. Returns `501 surface_blocked` without charge. Implementation requires both identity variants and a cursor round-trip.","x-availability":"blocked","x-egress-observation":{"observed_at":"2026-07-14","configured_exits":60,"json_successes":0,"cloudflare_challenges":58,"transport_errors":2,"direct_egress_fallback":false},"x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"handle","in":"query","required":false,"description":"Bare local Truth Social username without @ or an instance suffix.","schema":{"type":"string","pattern":"^[A-Za-z0-9_]{1,64}$"}},{"name":"user_id","in":"query","required":false,"description":"Native numeric Truth Social account id.","schema":{"type":"string","pattern":"^[0-9]{1,40}$"}},{"name":"next_max_id","in":"query","required":false,"description":"Opaque continuation emitted by a future evidenced implementation.","schema":{"type":"string","maxLength":8192,"pattern":"^\\S+$"}},{"name":"trim","in":"query","required":false,"description":"SocialCrawl-compatible response trimming flag.","schema":{"type":"boolean","default":false}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party Truth Social contract has been captured.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/truthsocial/post":{"get":{"tags":["Truth Social"],"operationId":"liveTruthSocialPost","summary":"Truth Social post (blocked)","description":"No status-detail response or URL-to-status mapping has been captured through GeoNode. Returns `501 surface_blocked` without charge. A future transport will derive a native id from this validated URL and use a fixed Truth Social API origin.","x-availability":"blocked","x-egress-observation":{"observed_at":"2026-07-14","configured_exits":60,"json_successes":0,"cloudflare_challenges":58,"transport_errors":2,"direct_egress_fallback":false},"x-dashboard-cost":"unavailable","security":[{"bearerAuth":[]}],"parameters":[{"name":"url","in":"query","required":true,"description":"Exact public Truth Social post URL.","schema":{"type":"string","format":"uri","maxLength":2048,"pattern":"^https://truthsocial\\.com/@[A-Za-z0-9_]{1,64}/posts/[0-9]{1,40}/?$"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"429":{"description":"API capacity is rate limited. You are not charged.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"501":{"description":"No deployable first-party Truth Social contract has been captured.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/profile":{"get":{"tags":["Live"],"operationId":"liveIgProfile","summary":"Instagram profile","x-dashboard-cost":"$0.0005","description":"A canonical public account parsed from the exact Instagram `web_profile_info` response: identity, bio, counts, verification, business flags, links, and avatar.\n\n`live` acquires and archives the exact upstream document; `db`/`auto` serve the stored semantic projection.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Raw profile payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/WebProfileResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"platform":"instagram","username":"nike","platform_id":"13460080","full_name":"Nike","biography":"Just Do It.","profile_pic_url":"http://media.web.garage.localhost:3902/crawler/instagram_account/1417.webp","external_urls":["http://empli.fi/nike"],"followers":291803736,"following":264,"posts_count":1661,"is_verified":true,"is_private":false,"extra":{"fbid":"17841400602400210","is_business_account":true,"is_professional_account":true,"category_name":null,"business_category_name":null,"has_channel":false}},"meta":{"source":"db","fetched_at":"2026-07-12T15:46:23.402570+00:00","cost":"$0.0005","balance":"$0.3787","request_id":"req_10144054a5d1b55ba3263e7e1c6f5b70"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/posts":{"get":{"tags":["Live"],"operationId":"liveIgPosts","summary":"Instagram posts","x-dashboard-cost":"from $0.0005","description":"An account's recent canonical posts parsed from exact REST timeline pages. Every fetched page is archived separately.\n\n**Billing**: $0.0005 per 12 posts returned. `limit=-1` requests the 240-post cap, which is what gets pre-authorized.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"limit","in":"query","required":false,"description":"How many posts to return. Defaults to 12 (1 billing unit). Set `-1` for all (up to 240).","example":24,"schema":{"type":"integer","default":12}},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Raw timeline nodes.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/LivePostsResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"handle":"nike","posts":[{"platform":"instagram","platform_post_id":"3912183471120209303","shortcode":"DZK3iOsRlWX","caption":"It was all going to plan until instincts took over…\n\nRip The Script","likes":2705116,"comments":58481,"plays":null,"posted_at":"2026-06-04T15:59:27Z","is_video":true,"video_url":"https://instagram.fesb10-3.fna.fbcdn.net/o1/v/t2/f2/m86/AQNKUhlPLvsOxLjfcHtL6eZ-ty5xr_jnwIH7DyCpcKwypqIU_KTB9VDONGbxJShVkRcUmqUU7YglJ9X_NM_lfaoVZvn30KWAqD0hd0c.mp4?_nc_cat=110&_nc_oc=AdplXXtkHJ4DNE6sumVqSooedDrlcneJaiQehzp3M8e_vRu5-u_rowYQlXuhpnZNBIY&_nc_sid=5e9851&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_ohc=u5zCzVKkHH8Q7kNvwFlzM1A&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjE1NDg0OTM4ODU4MTAyMywiYXNzZXRfYWdlX2RheXMiOjM4LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MzU5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=250a617c0541b7bf&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9GRDRGM0NCNjJFRkQwOTdCMjMxNzRDRUU3OEY2MUVBNl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0RBNDVCQzg0NDI2NkVENTgyNjQ3MTc2OEIyMzJEQkJBX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACa-ws6F3_TTBxUCKAJDMywXQHZ8AAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_map=urlgen_bucketless&_nc_zt=28&_nc_ss=7a22e&oh=00_AQCxBO6M3afuAD4E7tOV5FgrW9S2inD01vdAElvIcUoXZA&oe=6A55A4AF","image_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/717154541_18632058319020081_1365261132607496784_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&_nc_map=urlgen_bucketless&ig_cache_key=MzkxMjE4MzQ3MTEyMDIwOTMwMzE4NjMyMDU4MzE2MDIwMDgx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=FYkOAC_RCxYQ7kNvwH8-bYi&_nc_oc=AdqE_ED3vIJ-BMaHRfSNxe6toHlenYYn7YTiBzfWzZqa3ATuRsuxmRFR9_xg7WpbdVk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=instagram.fesb10-3.fna&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&oh=00_AQBttwYKtNF4UiRTSDrlAPSWour0mNIr-7XZX1m2mThXnA&oe=6A598820","extra":{"media_type":2,"product_type":"clips","media_urls":[]},"owner_username":"nike","url":"https://www.instagram.com/p/DZK3iOsRlWX/","raw":{"code":"DZK3iOsRlWX","pk":"3912183471120209303","id":"3912183471120209303_13460080","ad_id":null,"boosted_status":null,"boost_unavailable_identifier":null,"boost_unavailable_reason":null,"caption":{"has_translation":null,"created_at":1780588687,"pk":"18085150070646341","text":"It was all going to plan until instincts took over…\n\nRip The Script"},"caption_is_edited":false,"feed_demotion_control":null,"feed_recs_demotion_control":null,"taken_at":1780588767,"inventory_source":null,"video_versions":[{"width":720,"height":1280,"url":"https://instagram.fesb10-3.fna.fbcdn.net/o1/v/t2/f2/m86/AQNKUhlPLvsOxLjfcHtL6eZ-ty5xr_jnwIH7DyCpcKwypqIU_KTB9VDONGbxJShVkRcUmqUU7YglJ9X_NM_lfaoVZvn30KWAqD0hd0c.mp4?_nc_cat=110&_nc_oc=AdplXXtkHJ4DNE6sumVqSooedDrlcneJaiQehzp3M8e_vRu5-u_rowYQlXuhpnZNBIY&_nc_sid=5e9851&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_ohc=u5zCzVKkHH8Q7kNvwFlzM1A&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjE1NDg0OTM4ODU4MTAyMywiYXNzZXRfYWdlX2RheXMiOjM4LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MzU5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=250a617c0541b7bf&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9GRDRGM0NCNjJFRkQwOTdCMjMxNzRDRUU3OEY2MUVBNl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0RBNDVCQzg0NDI2NkVENTgyNjQ3MTc2OEIyMzJEQkJBX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACa-ws6F3_TTBxUCKAJDMywXQHZ8AAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_map=urlgen_bucketless&_nc_zt=28&_nc_ss=7a22e&oh=00_AQCxBO6M3afuAD4E7tOV5FgrW9S2inD01vdAElvIcUoXZA&oe=6A55A4AF","type":101},{"width":720,"height":1280,"url":"https://instagram.fesb10-3.fna.fbcdn.net/o1/v/t2/f2/m86/AQNKUhlPLvsOxLjfcHtL6eZ-ty5xr_jnwIH7DyCpcKwypqIU_KTB9VDONGbxJShVkRcUmqUU7YglJ9X_NM_lfaoVZvn30KWAqD0hd0c.mp4?_nc_cat=110&_nc_oc=AdplXXtkHJ4DNE6sumVqSooedDrlcneJaiQehzp3M8e_vRu5-u_rowYQlXuhpnZNBIY&_nc_sid=5e9851&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_ohc=u5zCzVKkHH8Q7kNvwFlzM1A&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjE1NDg0OTM4ODU4MTAyMywiYXNzZXRfYWdlX2RheXMiOjM4LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MzU5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=250a617c0541b7bf&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9GRDRGM0NCNjJFRkQwOTdCMjMxNzRDRUU3OEY2MUVBNl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0RBNDVCQzg0NDI2NkVENTgyNjQ3MTc2OEIyMzJEQkJBX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACa-ws6F3_TTBxUCKAJDMywXQHZ8AAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_map=urlgen_bucketless&_nc_zt=28&_nc_ss=7a22e&oh=00_AQCxBO6M3afuAD4E7tOV5FgrW9S2inD01vdAElvIcUoXZA&oe=6A55A4AF","type":102}],"is_dash_eligible":1,"number_of_qualities":8,"video_dash_manifest":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011\" minBufferTime=\"PT2S\" type=\"static\" mediaPresentationDuration=\"PT359.708344S\" FBManifestTimestamp=\"1783872178\" FBManifestIdentifier=\"FuTqnaUNGBJyMmV2ZXZwOS1yMWdlbjJ2cDkZlvTS492+hOMCtpCRl7WlvAPOyafj5s6uBcya2bne/pIHpqqGyojDnQfytevJ9ITJB7apufPEg9gJ/vi4vP3c7A/gk/i/kqeXXSIYGGRhc2hfbG5faGVhYWNfdmJyM19hdWRpbyIsGRgWc2ltcGxpZmllZF9tb2RlcmF0ZV92MgAWTBQAEhQCAA==\"><Period id=\"0\" duration=\"PT359.708344S\"><AdaptationSet id=\"0\" contentType=\"video\" subsegmentAlignment=\"true\" par=\"9:16\" FBUnifiedUploadResolutionMos=\"360:71.7\"><Representation id=\"2035248714009235v\" bandwidth=\"107850\" codecs=\"vp09.00.30.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q20\" FBContentLength=\"4849344\" FBPlaybackResolutionMos=\"0:100,360:47.6,480:50.4,720:56.2,1080:64.2\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:70.3,480:65.1,720:60.4,1080:57.9\" FBAbrPolicyTags=\"\" width=\"540\" height=\"960\" frameRate=\"12288/512\" FBQualityClass=\"sd\" FBQualityLabel=\"240p\"><BaseURL>https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m367/AQPFJ8heDO9oD4H-R0KwRI84UnJ715y3rkL11cBs05c71QRxdhJv0ut_FAt1r3upYUnLJ7_ZPPGQV5Otr1OB1uS4kVHoVZPp-RHqj7w.mp4?_nc_cat=110&amp;_nc_oc=AdqaHoncfV0QXL4aPyG5jSTp9mDY7tqBWxmYUt0xDI8WTTHsdsyUAhY9ShhInfdC08s&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-4.fna.fbcdn.net&amp;_nc_ohc=FTy22btk2UMQ7kNvwFEk2Tj&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3EyMCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjEwNzg1MCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQCgDjmxNWspJa_DnbN8Ke5vO4Me-HYUnLG-gRssiAx7nw&amp;oe=6A598487</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2398\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-16990\" FBFirstSegmentRange=\"1714-65969\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"65970-130964\" FBPrefetchSegmentRange=\"1714-65969\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"977009118422043v\" bandwidth=\"148944\" codecs=\"vp09.00.30.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q30\" FBContentLength=\"6697083\" FBPlaybackResolutionMos=\"0:100,360:53.5,480:55.3,720:60.3,1080:67.4\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:77.7,480:72.4,720:67,1080:64.2\" FBAbrPolicyTags=\"\" width=\"540\" height=\"960\" frameRate=\"12288/512\" FBQualityClass=\"sd\" FBQualityLabel=\"270p\"><BaseURL>https://instagram.fesb10-3.fna.fbcdn.net/o1/v/t2/f2/m367/AQM5iplhlFzroplTaYsaqZLrj0Nhm2nK3aq123535uf6Xv1NLaabom1h9Xqzv_GOl6HixhJ7lOIAXyspli0Z4LWsiJ4lDpGeRXWZaiw.mp4?_nc_cat=111&amp;_nc_oc=AdraAllAYQNrRLWIeRP5mmo8jry9KVT1Wkpqvf_rXE_9Skv7erbEA6OM7LwiXm3XCa4&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-3.fna.fbcdn.net&amp;_nc_ohc=aTJGLpLcmm4Q7kNvwEj4qWk&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3EzMCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjE0ODk0NCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQChQrxUnjv-etn6OmiqddrwxozyptcyoWK-UmqWNGmodg&amp;oe=6A5974FC</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2397\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-21758\" FBFirstSegmentRange=\"1714-89204\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"89205-176354\" FBPrefetchSegmentRange=\"1714-89204\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"780730395030714v\" bandwidth=\"205897\" codecs=\"vp09.00.31.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q40\" FBContentLength=\"9257886\" FBPlaybackResolutionMos=\"0:100,360:56.8,480:58.3,720:62.8,1080:69.1\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:83.6,480:78.6,720:72.7,1080:68.6\" FBAbrPolicyTags=\"\" width=\"720\" height=\"1280\" frameRate=\"12288/512\" FBQualityClass=\"hd\" FBQualityLabel=\"360p\"><BaseURL>https://instagram.fesb10-3.fna.fbcdn.net/o1/v/t2/f2/m367/AQNpw3RjTpcZt8iBRmFzvZ1EtZ0uiOMfy_qz2ZsE6rt_ZsABDzkrIPfbue51aeFZLpMA4_EP96vPtPV1MnU1whohRxhCR7QffT3YoZA.mp4?_nc_cat=106&amp;_nc_oc=AdpQ-f8DfV1YRNl2lz-KnNAoH37k91ltEC8HZXLhRjIWCFT5V0cE-lgY_d5FUFz1MMo&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-3.fna.fbcdn.net&amp;_nc_ohc=kcS42fDRm3MQ7kNvwE3UddD&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3E0MCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjIwNTg5NywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQDUBNRBMmO0JpL6WQu9AFGHmsz15vdS3LpaBluePM1cHw&amp;oe=6A59A90F</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2434\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-29734\" FBFirstSegmentRange=\"1714-122987\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"122988-243418\" FBPrefetchSegmentRange=\"1714-122987\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"1509883777446503v\" bandwidth=\"289341\" codecs=\"vp09.00.31.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q50\" FBContentLength=\"13009836\" FBPlaybackResolutionMos=\"0:100,360:62.2,480:63.1,720:66.7,1080:71.9\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:90.6,480:86,720:79.7,1080:74.8\" FBAbrPolicyTags=\"\" width=\"720\" height=\"1280\" frameRate=\"12288/512\" FBQualityClass=\"hd\" FBQualityLabel=\"480p\"><BaseURL>https://instagram.fesb10-3.fna.fbcdn.net/o1/v/t2/f2/m367/AQO8ZWD6KizXEArnOzA-HqjnePTH3bZ8h_emUMwkWfNOyxHTZYQhmlRcuasL-tjsNwJcB8wLishP-vHq0QpleGG-QrEOc0j--O34f7Y.mp4?_nc_cat=106&amp;_nc_oc=AdrSBlQ2JcXCVL35-n6iqNTwFx6L8KfZ4mZkM23ttfI4OLxqzX14qn0hKSaEG5l74N8&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-3.fna.fbcdn.net&amp;_nc_ohc=d14XAb6kF_oQ7kNvwEykEvj&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3E1MCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjI4OTM0MSwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQB7EfsrBnFCCq7UEmtzdb9XE6e4P9Yqw8i-ALZA1FzX2g&amp;oe=6A599EDF</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2437\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-37686\" FBFirstSegmentRange=\"1714-166204\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"166205-327416\" FBPrefetchSegmentRange=\"1714-166204\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"4461216550821439v\" bandwidth=\"423752\" codecs=\"vp09.00.31.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q60\" FBContentLength=\"19053416\" FBPlaybackResolutionMos=\"0:100,360:67.2,480:67.6,720:70,1080:74.3\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:95.7,480:93.1,720:87.3,1080:81.4\" FBAbrPolicyTags=\"\" width=\"720\" height=\"1280\" frameRate=\"12288/512\" FBQualityClass=\"hd\" FBQualityLabel=\"540p\"><BaseURL>https://instagram.fesb10-1.fna.fbcdn.net/o1/v/t2/f2/m367/AQMsnh_QcXxfeDQ-R1wcB877e-YhjScL3iHPvUz9zrmU3FmFhNIUdUgMzEqXlbafSUgByMsn4IKlFYixDpO0ALKYnUcyH4p5CuexS8k.mp4?_nc_cat=101&amp;_nc_oc=AdpJCZ_TTjwc2x5pMbD8FqwxqLNvGzDGT85hBRaN1VqRzafo7f48EZcAf2fMru8f2tU&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-1.fna.fbcdn.net&amp;_nc_ohc=jNyPMNR5bMwQ7kNvwHyAU9m&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3E2MCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjQyMzc1MiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQBzM2hDgqmV-nOu_h81wM52tVAllVyEZTyWbhUSNV0VGw&amp;oe=6A59A67A</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2437\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-50483\" FBFirstSegmentRange=\"1714-234377\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"234378-458192\" FBPrefetchSegmentRange=\"1714-234377\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"2130937900789113v\" bandwidth=\"567620\" codecs=\"vp09.00.31.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q70\" FBContentLength=\"25522247\" FBPlaybackResolutionMos=\"0:100,360:70.5,480:70.5,720:72.4,1080:76\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:96.9,480:96,720:91.9,1080:86.3\" FBAbrPolicyTags=\"\" width=\"720\" height=\"1280\" frameRate=\"12288/512\" FBQualityClass=\"hd\" FBQualityLabel=\"640p\"><BaseURL>https://instagram.fesb10-5.fna.fbcdn.net/o1/v/t2/f2/m367/AQOZz_igorvQfcjNoRJdoBPbeeqIbw0UsQXx8Cr6C1WJ1KPrUvThoPaWq-fezblX12w0CrVZdbeRUmOlSh6WrNnLsJLuscnm6lrSmDM.mp4?_nc_cat=101&amp;_nc_oc=AdpC8yR3AtSg41A_B7gtOmG9vD8o6hX5-MH9R2KqbB5qVsrsKS3UOqnTw_1h13wyakQ&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-5.fna.fbcdn.net&amp;_nc_ohc=WyTp4V9OWeoQ7kNvwGDUlvT&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3E3MCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjU2NzYyMCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQATJ3KTHsVY3fKOKJXTSN51SVOG3NcIwA491jP5BYWzKg&amp;oe=6A59859E</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2435\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-63559\" FBFirstSegmentRange=\"1714-306104\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"306105-596261\" FBPrefetchSegmentRange=\"1714-306104\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"26228422866830576v\" bandwidth=\"765687\" codecs=\"vp09.00.31.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q80\" FBContentLength=\"34428002\" FBPlaybackResolutionMos=\"0:100,360:73.5,480:73.2,720:74.5,1080:77.4\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:97.5,480:97,720:94.7,1080:90.5\" FBAbrPolicyTags=\"\" width=\"720\" height=\"1280\" frameRate=\"12288/512\" FBQualityClass=\"hd\" FBQualityLabel=\"720p\"><BaseURL>https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m367/AQNZJMX5BG1G79dNw1KCH6hmlK_QCzgfbSGhxgeG0dLO-PzK7zL8SNr3e6aczM4RbIq3SOQFaYD3xWUsV860xUlh5PQyjkagSqNzt_8.mp4?_nc_cat=109&amp;_nc_oc=AdrzzqbRun5HYGDcflUulzPnBqR-5_5gTKEWiqhsAsjW12euiW0oMV8HSmeoRr8oegY&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-4.fna.fbcdn.net&amp;_nc_ohc=pFrnluApR2wQ7kNvwGC8SVt&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3E4MCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjc2NTY4NywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQCKTm-r3-huO3Ge9RFMJD8StiYuupNbsZ8m7SC9EEwLDQ&amp;oe=6A5989E2</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2434\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-81692\" FBFirstSegmentRange=\"1714-403351\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"403352-787219\" FBPrefetchSegmentRange=\"1714-403351\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"2726849624353371v\" bandwidth=\"1061351\" codecs=\"vp09.00.40.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_r2evevp9-r1gen2vp9_q90\" FBContentLength=\"47722122\" FBPlaybackResolutionMos=\"0:100,360:75.9,480:75.3,720:76,1080:78.8\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:97.7,480:97.2,720:96,1080:93.2\" FBAbrPolicyTags=\"avoid_on_cellular,avoid_on_cellular_intentional\" width=\"1080\" height=\"1920\" frameRate=\"12288/512\" FBQualityClass=\"hd\" FBQualityLabel=\"1080p\"><BaseURL>https://instagram.fesb10-1.fna.fbcdn.net/o1/v/t2/f2/m367/AQPJ_9fIpeWrVz0G4Qmp8hjZ8qxmsVJR9lKyzqN4v1-yCN1wJaoc5bKXIvQdO0eoc3jwdQ7dGRiVMMBKUY78p_Z9jlRa0iDQoaafGsY.mp4?_nc_cat=109&amp;_nc_oc=AdoR76iJRUSQUP74-QLJS8QHZFzdzHCZs1lL1WT45aH92fEMvcPMWobMfyb2bk4YDDI&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-1.fna.fbcdn.net&amp;_nc_ohc=r-c1IpXnx5wQ7kNvwE7LrbD&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfcjJldmV2cDktcjFnZW4ydnA5X3E5MCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjEwNjEzNTEsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQBfKWRPoZwVLvloD1T92Ns0oH4NaIwuhtBUZeBnPBp_dA&amp;oe=6A597FAA</BaseURL><SegmentBase indexRange=\"818-1713\" timescale=\"12288\" FBMinimumPrefetchRange=\"1714-2509\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1714-113938\" FBFirstSegmentRange=\"1714-553361\" FBFirstSegmentDuration=\"5000\" FBSecondSegmentRange=\"553362-1102948\" FBPrefetchSegmentRange=\"1714-553361\" FBPrefetchSegmentDuration=\"5000\"><Initialization range=\"0-817\"/></SegmentBase></Representation></AdaptationSet><AdaptationSet id=\"1\" contentType=\"audio\" subsegmentStartsWithSAP=\"1\" subsegmentAlignment=\"true\"><Representation id=\"2012084596057766a\" bandwidth=\"69099\" codecs=\"mp4a.40.5\" mimeType=\"audio/mp4\" FBAvgBitrate=\"69099\" audioSamplingRate=\"44100\" FBEncodingTag=\"dash_ln_heaac_vbr3_audio\" FBContentLength=\"3109468\" FBPaqMos=\"88.59\" FBAbrPolicyTags=\"\"><AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"/><BaseURL>https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m78/AQN0zeiyCbsHtrDpEWyrtj6s4E4NEUN0Bgh-4oO4lvZCZPTNneXqsEtPrZUIcEo-IJQ1VfavBrWbmoCGwrLirDyFTasU3tU0F6mdKuc.mp4?_nc_cat=106&amp;_nc_oc=Adquo4GeMLMjhpTHXovXta9vU77tSgOe9uer_eQ2TkicK42AGfNoa_z5NgM7u0BKVDU&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-4.fna.fbcdn.net&amp;_nc_ohc=cspo3FpC1PIQ7kNvwEfNA6C&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfbG5faGVhYWNfdmJyM19hdWRpbyIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMTU0ODQ5Mzg4NTgxMDIzLCJhc3NldF9hZ2VfZGF5cyI6MzgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNTksImJpdHJhdGUiOjY5MTY2LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;_nc_ss=7a22e&amp;oh=00_AQBtd0OAG0jgHW1Xm6hBW5hUSt-trBTiJe79PSh7iFBsWA&amp;oe=6A55ABC7</BaseURL><SegmentBase indexRange=\"824-3015\" timescale=\"44100\" FBMinimumPrefetchRange=\"3016-3359\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"3016-43096\" FBFirstSegmentRange=\"3016-37657\" FBFirstSegmentDuration=\"2021\" FBSecondSegmentRange=\"37658-62511\" FBPrefetchSegmentRange=\"3016-62511\" FBPrefetchSegmentDuration=\"4017\"><Initialization range=\"0-823\"/></SegmentBase></Representation></AdaptationSet></Period></MPD>\n","image_versions2":{"candidates":[{"url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/717154541_18632058319020081_1365261132607496784_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&_nc_map=urlgen_bucketless&ig_cache_key=MzkxMjE4MzQ3MTEyMDIwOTMwMzE4NjMyMDU4MzE2MDIwMDgx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=FYkOAC_RCxYQ7kNvwH8-bYi&_nc_oc=AdqE_ED3vIJ-BMaHRfSNxe6toHlenYYn7YTiBzfWzZqa3ATuRsuxmRFR9_xg7WpbdVk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=instagram.fesb10-3.fna&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&oh=00_AQBttwYKtNF4UiRTSDrlAPSWour0mNIr-7XZX1m2mThXnA&oe=6A598820","height":1920,"width":1080},{"url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/717154541_18632058319020081_1365261132607496784_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=1&_nc_map=urlgen_bucketless&ig_cache_key=MzkxMjE4MzQ3MTEyMDIwOTMwMzE4NjMyMDU4MzE2MDIwMDgx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=FYkOAC_RCxYQ7kNvwH8-bYi&_nc_oc=AdqE_ED3vIJ-BMaHRfSNxe6toHlenYYn7YTiBzfWzZqa3ATuRsuxmRFR9_xg7WpbdVk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=instagram.fesb10-3.fna&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&oh=00_AQDKF7qKD5zo7yqPgMnCI8H2BAYzP4nDS3ACHkkIYoZkXA&oe=6A598820","height":1280,"width":720}]},"sharing_friction_info":{"bloks_app_url":null,"should_have_sharing_friction":false},"is_paid_partnership":false,"sponsor_tags":null,"affiliate_info":null,"original_height":1920,"original_width":1080,"organic_tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiZmQ5NTBkODk0MjY3NDM0MGJhMTUxMmYzZjRkZTRiOGYzOTEyMTgzNDcxMTIwMjA5MzAzIn0sInNpZ25hdHVyZSI6IiJ9","link":null,"story_cta":null,"user":{"pk":"13460080","username":"nike","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=avi3U-uQwMoQ7kNvwHAqSUa&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQBJnXNIwR0_Fyyee-67CVK14_w5c7uaqUUjMfeZeOOgNQ&oe=6A5982FA&_nc_sid=22de04","is_private":false,"is_embeds_disabled":false,"is_unpublished":false,"is_verified":true,"friendship_status":null,"latest_besties_reel_media":null,"latest_reel_media":null,"live_broadcast_visibility":null,"live_broadcast_id":null,"seen":null,"supervision_info":null,"id":"13460080","hd_profile_pic_url_info":{"url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=avi3U-uQwMoQ7kNvwHAqSUa&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQD2-CAJHV20rntVYXSDZVfnha6vZoe1WvIZvYp6_9a5fg&oe=6A5982FA&_nc_sid=22de04"},"full_name":"Nike","__typename":"XDTUserDict"},"group":null,"owner":{"pk":"13460080","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=avi3U-uQwMoQ7kNvwHAqSUa&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQBJnXNIwR0_Fyyee-67CVK14_w5c7uaqUUjMfeZeOOgNQ&oe=6A5982FA&_nc_sid=22de04","username":"nike","friendship_status":null,"is_embeds_disabled":false,"is_unpublished":false,"is_verified":true,"show_account_transparency_details":true,"supervision_info":null,"transparency_product":null,"transparency_product_enabled":false,"transparency_label":null,"id":"13460080","__typename":"XDTUserDict","is_private":false},"coauthor_producers":[{"pk":"23678829","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/703222723_18606776074062830_6301137681281101191_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDAwLmMyIn0&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=rsP8c9J-caoQ7kNvwGxV21S&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQCLOGXF-86ikW7B4VzJHQmSeI8hZ1VxzxxzMRX_lrtA2g&oe=6A59A53E&_nc_sid=22de04","is_unpublished":null,"username":"nikefootball","id":"23678829","__typename":"XDTUserDict","full_name":"Nike Football","is_verified":true,"friendship_status":null,"supervision_info":null}],"invited_coauthor_producers":[],"follow_hashtag_info":null,"title":null,"comment_count":58481,"comments_disabled":null,"commenting_disabled_for_viewer":null,"like_and_view_counts_disabled":false,"has_liked":false,"top_likers":null,"facepile_top_likers":null,"like_count":2705116,"preview":null,"can_see_insights_as_brand":false,"social_context":null,"view_count":null,"can_reshare":null,"can_viewer_reshare":true,"ig_media_sharing_disabled":false,"photo_of_you":false,"product_type":"clips","media_type":2,"usertags":{"in":[{"user":{"pk":"23678829","full_name":"Nike Football","username":"nikefootball","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/703222723_18606776074062830_6301137681281101191_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDAwLmMyIn0&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=rsP8c9J-caoQ7kNvwGxV21S&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQCLOGXF-86ikW7B4VzJHQmSeI8hZ1VxzxxzMRX_lrtA2g&oe=6A59A53E&_nc_sid=22de04","is_verified":true,"id":"23678829"},"position":[0,0]}]},"media_overlay_info":null,"carousel_parent_id":null,"carousel_media_count":null,"carousel_media":null,"location":null,"has_audio":true,"clips_metadata":{"audio_type":"original_sounds","achievements_info":{"show_achievements":false},"music_info":null,"original_sound_info":{"original_audio_title":"Original audio","should_mute_audio":false,"audio_asset_id":"28125316597069162","consumption_info":{"is_trending_in_clips":false,"should_mute_audio_reason":"","should_mute_audio_reason_type":null},"ig_artist":{"username":"nike","id":"13460080"},"is_explicit":false}},"clips_attribution_info":null,"accessibility_caption":null,"audience":null,"display_uri":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/717154541_18632058319020081_1365261132607496784_n.jpg?stp=c0.420.1080.1080a_dst-jpg_e15_fr_s1080x1080_tt6&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=Vw49LfNcf_gQ7kNvwHv3nEZ&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQCEdw8ESEACeiZQwdWQGfwu8CVpFQJv4XS3e8KbkVDu8g&oe=6A598820&_nc_sid=22de04","media_cropping_info":null,"profile_grid_thumbnail_fitting_style":"UNSET","thumbnails":null,"timeline_pinned_user_ids":["23678829","13460080"],"upcoming_event":null,"logging_info_token":null,"explore":null,"main_feed_carousel_starting_media_id":null,"is_seen":null,"open_carousel_submission_state":null,"previous_submitter":null,"all_previous_submitters":null,"headline":null,"comments":null,"fb_like_count":null,"saved_collection_ids":null,"has_viewer_saved":null,"media_level_comment_controls":null,"__typename":"XDTMediaDict"}},{"platform":"instagram","platform_post_id":"3911460208761108739","shortcode":"DZITFYIR_kD","caption":"Nobody ever dreams of doing what they’re told. \n\nRip The Script. June 4th.","likes":1495076,"comments":9089,"plays":null,"posted_at":"2026-06-03T16:01:11Z","is_video":true,"video_url":"https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m86/AQM0cCfWyjedwBmWICqBvxq2V1bowb4j4dlUBRTcCLda_vXMM0KXNiRhiJ9ZGmB1-waKRqBNFjN6jiAVdCXdY98eUD7Mdf_zivI4XMk.mp4?_nc_cat=107&_nc_oc=Adob85rgcbwTnyJkqHxOfl0sZhnxErx3YwY99kA6vvpxyUOcVh82sxsxAo12RZCZOAE&_nc_sid=5e9851&_nc_ht=instagram.fesb10-4.fna.fbcdn.net&_nc_ohc=Cwnwo22BMGcQ7kNvwGSJ5Rv&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjA1NzkwMDg5ODQzNzcyNiwiYXNzZXRfYWdlX2RheXMiOjM5LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NjAsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=6b18d2a73cb18c4b&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yOTQ3ODU1MUU1NzQ3NzUxRTQwMEMzOUFEMEYyMTZBMl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzM1NDczRTA4QUE2NTIwMzQ0QTc1N0M4MDVCMDQzRUE0X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACa8qcbAzOmnBxUCKAJDMywXQE4HjU_fO2QYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&_nc_map=urlgen_bucketless&_nc_zt=28&oh=00_AQC8DyJca1dtoBJZI0QVVHNNskBm8NxMggBZXH9XruRyaw&oe=6A559FFC","image_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/715435803_18631777222020081_2279576854116592978_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&_nc_map=urlgen_bucketless&ig_cache_key=MzkxMTQ2MDIwODc2MTEwODczOTE4NjMxNzc3MjE5MDIwMDgx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwNzguc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=4qBcCXWoujAQ7kNvwHk698K&_nc_oc=AdpSA81yUA29eujC_g89aanpb4-0xmCZVLypqz9VTnxTxKxznbwqjdWJk4dAEK-qpgw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=instagram.fesb10-3.fna&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&oh=00_AQDoZSKGTy8h22RWoA_Vkf0NqvrqgfbDHRO4S0Qtav0f0w&oe=6A597188","extra":{"media_type":2,"product_type":"clips","media_urls":[]},"owner_username":"nike","url":"https://www.instagram.com/p/DZITFYIR_kD/","raw":{"code":"DZITFYIR_kD","pk":"3911460208761108739","id":"3911460208761108739_13460080","ad_id":null,"boosted_status":null,"boost_unavailable_identifier":null,"boost_unavailable_reason":null,"caption":{"has_translation":null,"created_at":1780502463,"pk":"17928434139323642","text":"Nobody ever dreams of doing what they’re told. \n\nRip The Script. June 4th."},"caption_is_edited":false,"feed_demotion_control":null,"feed_recs_demotion_control":null,"taken_at":1780502471,"inventory_source":null,"video_versions":[{"width":720,"height":1280,"url":"https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m86/AQM0cCfWyjedwBmWICqBvxq2V1bowb4j4dlUBRTcCLda_vXMM0KXNiRhiJ9ZGmB1-waKRqBNFjN6jiAVdCXdY98eUD7Mdf_zivI4XMk.mp4?_nc_cat=107&_nc_oc=Adob85rgcbwTnyJkqHxOfl0sZhnxErx3YwY99kA6vvpxyUOcVh82sxsxAo12RZCZOAE&_nc_sid=5e9851&_nc_ht=instagram.fesb10-4.fna.fbcdn.net&_nc_ohc=Cwnwo22BMGcQ7kNvwGSJ5Rv&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjA1NzkwMDg5ODQzNzcyNiwiYXNzZXRfYWdlX2RheXMiOjM5LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NjAsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=6b18d2a73cb18c4b&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yOTQ3ODU1MUU1NzQ3NzUxRTQwMEMzOUFEMEYyMTZBMl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzM1NDczRTA4QUE2NTIwMzQ0QTc1N0M4MDVCMDQzRUE0X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACa8qcbAzOmnBxUCKAJDMywXQE4HjU_fO2QYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&_nc_map=urlgen_bucketless&_nc_zt=28&oh=00_AQC8DyJca1dtoBJZI0QVVHNNskBm8NxMggBZXH9XruRyaw&oe=6A559FFC","type":101},{"width":720,"height":1280,"url":"https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m86/AQM0cCfWyjedwBmWICqBvxq2V1bowb4j4dlUBRTcCLda_vXMM0KXNiRhiJ9ZGmB1-waKRqBNFjN6jiAVdCXdY98eUD7Mdf_zivI4XMk.mp4?_nc_cat=107&_nc_oc=Adob85rgcbwTnyJkqHxOfl0sZhnxErx3YwY99kA6vvpxyUOcVh82sxsxAo12RZCZOAE&_nc_sid=5e9851&_nc_ht=instagram.fesb10-4.fna.fbcdn.net&_nc_ohc=Cwnwo22BMGcQ7kNvwGSJ5Rv&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjA1NzkwMDg5ODQzNzcyNiwiYXNzZXRfYWdlX2RheXMiOjM5LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NjAsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=6b18d2a73cb18c4b&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8yOTQ3ODU1MUU1NzQ3NzUxRTQwMEMzOUFEMEYyMTZBMl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzM1NDczRTA4QUE2NTIwMzQ0QTc1N0M4MDVCMDQzRUE0X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACa8qcbAzOmnBxUCKAJDMywXQE4HjU_fO2QYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&_nc_map=urlgen_bucketless&_nc_zt=28&oh=00_AQC8DyJca1dtoBJZI0QVVHNNskBm8NxMggBZXH9XruRyaw&oe=6A559FFC","type":102}],"is_dash_eligible":1,"number_of_qualities":4,"video_dash_manifest":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011\" minBufferTime=\"PT2S\" type=\"static\" mediaPresentationDuration=\"PT60.060059S\" FBManifestTimestamp=\"1783872178\" FBManifestIdentifier=\"FuTqnaUNGBFpZ19kYXNoX2Jhc2ljX3ZwORlWkq3T8/m8hgOUiqHyrPryBK72j9WeoJoG4JPP4crkjAeYrdSTy4OxByIYHmR1bW15X3RhZ3NldF9mb3JfZmFsbGJhY2tfbGlzdCIsGRgWc2ltcGxpZmllZF9tb2RlcmF0ZV92MgAWThQAEhQCAA==\"><Period id=\"0\" duration=\"PT60.060059S\"><AdaptationSet id=\"0\" contentType=\"video\" subsegmentAlignment=\"true\" par=\"9:16\" FBUnifiedUploadResolutionMos=\"360:85.5\"><Representation id=\"858666223430473v\" bandwidth=\"228012\" codecs=\"vp09.00.21.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_vp9-basic-gen2_360p\" FBContentLength=\"1711808\" FBPlaybackResolutionMos=\"0:100,360:80.5,480:76.1,720:69.8,1080:60.8\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:93.3,480:90.5,720:84.5,1080:76.1\" FBAbrPolicyTags=\"\" width=\"360\" height=\"640\" frameRate=\"11988/500\" FBQualityClass=\"sd\" FBQualityLabel=\"360p\"><BaseURL>https://instagram.fesb10-2.fna.fbcdn.net/o1/v/t2/f2/m367/AQOQhX_S3Kbzmj8jRABRGHdAx2hDQshxGTPl8MasAaPOoL5OIag7e6jX9sZtD42zbZ3Y9xsj1pU4HwG4lZMlkffg9AM7-xOkrLXPNqURwjd8ZA.mp4?_nc_cat=106&amp;_nc_oc=Ado-kW0BRtACmKQez0Lyp1OVN_bRM6XB_Lq2PFZX4Le4jRa7dQMzAiUcPwtCYqFsi0w&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-2.fna.fbcdn.net&amp;_nc_ohc=8D57F-RSARwQ7kNvwFKhMAE&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfdnA5LWJhc2ljLWdlbjJfMzYwcCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMDU3OTAwODk4NDM3NzI2LCJhc3NldF9hZ2VfZGF5cyI6MzksInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjo2MCwiYml0cmF0ZSI6MjI4MDEyLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_ss=7a22e&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;oh=00_AQBo-dx6XWVMjbCt1xtMNB9IqYYWc68i0riSLpvNmCuzMA&amp;oe=6A5991FE</BaseURL><SegmentBase indexRange=\"818-993\" timescale=\"11988\" FBMinimumPrefetchRange=\"994-14493\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"994-104816\" FBFirstSegmentRange=\"994-133082\" FBFirstSegmentDuration=\"5005\" FBSecondSegmentRange=\"133083-231001\" FBPrefetchSegmentRange=\"994-133082\" FBPrefetchSegmentDuration=\"5005\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"2078138603047756v\" bandwidth=\"563173\" codecs=\"vp09.00.30.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_vp9-basic-gen2_540p\" FBContentLength=\"4228030\" FBPlaybackResolutionMos=\"0:100,360:93.1,480:91.1,720:84.5,1080:76.5\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:97.5,480:96.8,720:94.8,1080:90.9\" FBAbrPolicyTags=\"\" width=\"540\" height=\"960\" frameRate=\"11988/500\" FBQualityClass=\"sd\" FBQualityLabel=\"540p\"><BaseURL>https://instagram.fesb10-5.fna.fbcdn.net/o1/v/t2/f2/m367/AQOCU904-BX7T6kFYbv3tlt--kzz04Z--5qZE5bDh0FEhNw3TaWeoOVmz3p-GRg7nCR8EiYF6gFXWioGHzEwEYNTuvzqBM95bVRppWk0DFtmzw.mp4?_nc_cat=100&amp;_nc_oc=Ado3ZzTy1iccEIrzck1tceR1rp1x2XD-ptgEY5Us-hd4xzBRVK9IZm2tRI4H02tICog&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-5.fna.fbcdn.net&amp;_nc_ohc=Z5hV-GGTvRMQ7kNvwFIJUe-&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfdnA5LWJhc2ljLWdlbjJfNTQwcCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMDU3OTAwODk4NDM3NzI2LCJhc3NldF9hZ2VfZGF5cyI6MzksInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjo2MCwiYml0cmF0ZSI6NTYzMTczLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_ss=7a22e&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;oh=00_AQACti82mvDj7LE2mb-wO5TLKDuew0afUZDwbs867tcUVA&amp;oe=6A59A52C</BaseURL><SegmentBase indexRange=\"818-993\" timescale=\"11988\" FBMinimumPrefetchRange=\"994-27488\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"994-268466\" FBFirstSegmentRange=\"994-368668\" FBFirstSegmentDuration=\"5005\" FBSecondSegmentRange=\"368669-640496\" FBPrefetchSegmentRange=\"994-368668\" FBPrefetchSegmentDuration=\"5005\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"1378690527404682v\" bandwidth=\"1002938\" codecs=\"vp09.00.31.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_vp9-basic-gen2_720p\" FBContentLength=\"7529570\" FBPlaybackResolutionMos=\"0:100,360:96.2,480:95.4,720:93.6,1080:87.1\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:98.91,480:98.53,720:97.7,1080:95.6\" FBAbrPolicyTags=\"avoid_on_cellular,avoid_on_cellular_intentional\" width=\"720\" height=\"1280\" frameRate=\"11988/500\" FBQualityClass=\"hd\" FBQualityLabel=\"720p\"><BaseURL>https://instagram.fesb10-4.fna.fbcdn.net/o1/v/t2/f2/m367/AQMz_dIixAy4_8fdjumAVuEDpgt6hcRgpo_8tKrrexO7ZhHB-XgCQuLw9DZowIpN1T2irRD5qaFX4XPEkHw-aKkHPEoGL2d-xcbQ8zqqJTSsXg.mp4?_nc_cat=101&amp;_nc_oc=Adovkzpe8jR6BUjCV3YntWNaXC2OXocggpXCzRGIHFI0JOTUtiJNWguiQIxkkd31T0s&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-4.fna.fbcdn.net&amp;_nc_ohc=bgJ1n7pPdrQQ7kNvwFO7guZ&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfdnA5LWJhc2ljLWdlbjJfNzIwcCIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMDU3OTAwODk4NDM3NzI2LCJhc3NldF9hZ2VfZGF5cyI6MzksInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjo2MCwiYml0cmF0ZSI6MTAwMjkzOCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_ss=7a22e&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;oh=00_AQD9Pm7dbLd-Kfff-grkuZjy4eQjgNgsyWnIjpY9pJA0ng&amp;oe=6A59A5F7</BaseURL><SegmentBase indexRange=\"818-993\" timescale=\"11988\" FBMinimumPrefetchRange=\"994-42184\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"994-481138\" FBFirstSegmentRange=\"994-692377\" FBFirstSegmentDuration=\"5005\" FBSecondSegmentRange=\"692378-1215990\" FBPrefetchSegmentRange=\"994-692377\" FBPrefetchSegmentDuration=\"5005\"><Initialization range=\"0-817\"/></SegmentBase></Representation><Representation id=\"1746578336513431v\" bandwidth=\"1367683\" codecs=\"vp09.00.40.08.00.01.01.01.00\" mimeType=\"video/mp4\" sar=\"1:1\" FBEncodingTag=\"dash_vp9-basic-gen2_1080p\" FBContentLength=\"10267895\" FBPlaybackResolutionMos=\"0:100,360:97.1,480:96.6,720:95.5,1080:92.9\" FBPlaybackResolutionMosConfidenceLevel=\"high\" FBPlaybackResolutionCsvqm=\"0:100,360:99.28,480:99.082,720:98.58,1080:97.3\" FBAbrPolicyTags=\"avoid_on_cellular,avoid_on_cellular_intentional\" width=\"1080\" height=\"1920\" frameRate=\"11988/500\" FBQualityClass=\"hd\" FBQualityLabel=\"1080p\"><BaseURL>https://instagram.fesb10-1.fna.fbcdn.net/o1/v/t2/f2/m367/AQOccvz2_HlpCtAtJlfEXgVrzJahCgA-R4IV_sWr6LhhepjrrMWkofDHRWheACDCH2_9NTTXfmRAQ0kPZSkcBLMBJjPMLkl7HvouIIktEjptxA.mp4?_nc_cat=110&amp;_nc_oc=AdqgsmmeTTEMdhpJMV9ga3f05K1dTiy2PsrRSvmZDcG8CHVpivWxMJenW1-WPAL-8XQ&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-1.fna.fbcdn.net&amp;_nc_ohc=W-FTOdG73Q8Q7kNvwHFWboM&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfdnA5LWJhc2ljLWdlbjJfMTA4MHAiLCJ2aWRlb19pZCI6bnVsbCwib2lsX3VybGdlbl9hcHBfaWQiOjkzNjYxOTc0MzM5MjQ1OSwiY2xpZW50X25hbWUiOiJpZyIsInhwdl9hc3NldF9pZCI6MjA1NzkwMDg5ODQzNzcyNiwiYXNzZXRfYWdlX2RheXMiOjM5LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NjAsImJpdHJhdGUiOjEzNjc2ODMsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_ss=7a22e&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;oh=00_AQCLZxvwMRvPraQw5ujezWD-W5uFiewv3kDVbpsMBpJy_A&amp;oe=6A5992DA</BaseURL><SegmentBase indexRange=\"818-993\" timescale=\"11988\" FBMinimumPrefetchRange=\"994-58793\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"994-641321\" FBFirstSegmentRange=\"994-930283\" FBFirstSegmentDuration=\"5005\" FBSecondSegmentRange=\"930284-1646430\" FBPrefetchSegmentRange=\"994-930283\" FBPrefetchSegmentDuration=\"5005\"><Initialization range=\"0-817\"/></SegmentBase></Representation></AdaptationSet><AdaptationSet id=\"1\" contentType=\"audio\" subsegmentStartsWithSAP=\"1\" subsegmentAlignment=\"true\"><Representation id=\"1998441137431792a\" bandwidth=\"82449\" codecs=\"mp4a.40.5\" mimeType=\"audio/mp4\" FBAvgBitrate=\"82449\" audioSamplingRate=\"44100\" FBEncodingTag=\"dash_ln_heaac_vbr3_audio\" FBContentLength=\"619328\" FBPaqMos=\"89.26\" FBAbrPolicyTags=\"\"><AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"/><BaseURL>https://instagram.fesb10-5.fna.fbcdn.net/o1/v/t2/f2/m78/AQOdFvMJ5Yq0OgHfn4F_hsKpi0A2fzbv8KLuIw46Vy3mQVg-5190ew7tkMDul5gvlj7vdi7Zd1EcNMc_boKTPz-sd2GNOxT_4Pu8RB0.mp4?_nc_cat=106&amp;_nc_oc=AdrBzlFZJC4CFo0j1VU8rINUYH4AOGSg_3MH43jphI42DFx4WRasRZsgTbob9LAQ8YA&amp;_nc_sid=9ca052&amp;_nc_ht=instagram.fesb10-5.fna.fbcdn.net&amp;_nc_ohc=d9kllLYyKGkQ7kNvwGvmc9R&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImlnLXhwdmRzLmNsaXBzLmMyLUMzLmRhc2hfbG5faGVhYWNfdmJyM19hdWRpbyIsInZpZGVvX2lkIjpudWxsLCJvaWxfdXJsZ2VuX2FwcF9pZCI6OTM2NjE5NzQzMzkyNDU5LCJjbGllbnRfbmFtZSI6ImlnIiwieHB2X2Fzc2V0X2lkIjoyMDU3OTAwODk4NDM3NzI2LCJhc3NldF9hZ2VfZGF5cyI6MzksInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjo2MCwiYml0cmF0ZSI6ODI2MTAsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&amp;ccb=17-1&amp;_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&amp;_nc_ss=7a22e&amp;_nc_map=urlgen_bucketless&amp;_nc_zt=28&amp;oh=00_AQBZEPoS6E7XLiV7IWZSVHsPFcHzLZClOb8GK4bbiUsx1w&amp;oe=6A55A807</BaseURL><SegmentBase indexRange=\"824-1215\" timescale=\"44100\" FBMinimumPrefetchRange=\"1216-1559\" FBPartialPrefetchDuration=\"2500\" FBPartialPrefetchRange=\"1216-30895\" FBFirstSegmentRange=\"1216-26067\" FBFirstSegmentDuration=\"2021\" FBSecondSegmentRange=\"26068-48000\" FBPrefetchSegmentRange=\"1216-48000\" FBPrefetchSegmentDuration=\"4017\"><Initialization range=\"0-823\"/></SegmentBase></Representation></AdaptationSet></Period></MPD>\n","image_versions2":{"candidates":[{"url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/715435803_18631777222020081_2279576854116592978_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&_nc_map=urlgen_bucketless&ig_cache_key=MzkxMTQ2MDIwODc2MTEwODczOTE4NjMxNzc3MjE5MDIwMDgx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwNzguc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=4qBcCXWoujAQ7kNvwHk698K&_nc_oc=AdpSA81yUA29eujC_g89aanpb4-0xmCZVLypqz9VTnxTxKxznbwqjdWJk4dAEK-qpgw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=instagram.fesb10-3.fna&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&oh=00_AQDoZSKGTy8h22RWoA_Vkf0NqvrqgfbDHRO4S0Qtav0f0w&oe=6A597188","height":1917,"width":1078},{"url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/715435803_18631777222020081_2279576854116592978_n.jpg?stp=dst-jpg_e15_p720x720_tt6&_nc_cat=1&_nc_map=urlgen_bucketless&ig_cache_key=MzkxMTQ2MDIwODc2MTEwODczOTE4NjMxNzc3MjE5MDIwMDgx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwNzguc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=4qBcCXWoujAQ7kNvwHk698K&_nc_oc=AdpSA81yUA29eujC_g89aanpb4-0xmCZVLypqz9VTnxTxKxznbwqjdWJk4dAEK-qpgw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=instagram.fesb10-3.fna&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&_nc_ss=7a22e&oh=00_AQAaQIoTkps8PD8W69pwLAI0XA2mwocrXx2D06XHowmweg&oe=6A597188","height":1280,"width":720}]},"sharing_friction_info":{"bloks_app_url":null,"should_have_sharing_friction":false},"is_paid_partnership":false,"sponsor_tags":null,"affiliate_info":null,"original_height":1920,"original_width":1080,"organic_tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiZmQ5NTBkODk0MjY3NDM0MGJhMTUxMmYzZjRkZTRiOGYzOTExNDYwMjA4NzYxMTA4NzM5In0sInNpZ25hdHVyZSI6IiJ9","link":null,"story_cta":null,"user":{"pk":"13460080","username":"nike","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=avi3U-uQwMoQ7kNvwHAqSUa&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQBJnXNIwR0_Fyyee-67CVK14_w5c7uaqUUjMfeZeOOgNQ&oe=6A5982FA&_nc_sid=22de04","is_private":false,"is_embeds_disabled":false,"is_unpublished":false,"is_verified":true,"friendship_status":null,"latest_besties_reel_media":null,"latest_reel_media":null,"live_broadcast_visibility":null,"live_broadcast_id":null,"seen":null,"supervision_info":null,"id":"13460080","hd_profile_pic_url_info":{"url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=avi3U-uQwMoQ7kNvwHAqSUa&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQD2-CAJHV20rntVYXSDZVfnha6vZoe1WvIZvYp6_9a5fg&oe=6A5982FA&_nc_sid=22de04"},"full_name":"Nike","__typename":"XDTUserDict"},"group":null,"owner":{"pk":"13460080","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=avi3U-uQwMoQ7kNvwHAqSUa&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQBJnXNIwR0_Fyyee-67CVK14_w5c7uaqUUjMfeZeOOgNQ&oe=6A5982FA&_nc_sid=22de04","username":"nike","friendship_status":null,"is_embeds_disabled":false,"is_unpublished":false,"is_verified":true,"show_account_transparency_details":true,"supervision_info":null,"transparency_product":null,"transparency_product_enabled":false,"transparency_label":null,"id":"13460080","__typename":"XDTUserDict","is_private":false},"coauthor_producers":[{"pk":"23678829","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/703222723_18606776074062830_6301137681281101191_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDAwLmMyIn0&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=rsP8c9J-caoQ7kNvwGxV21S&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQCLOGXF-86ikW7B4VzJHQmSeI8hZ1VxzxxzMRX_lrtA2g&oe=6A59A53E&_nc_sid=22de04","is_unpublished":null,"username":"nikefootball","id":"23678829","__typename":"XDTUserDict","full_name":"Nike Football","is_verified":true,"friendship_status":null,"supervision_info":null}],"invited_coauthor_producers":[],"follow_hashtag_info":null,"title":null,"comment_count":9089,"comments_disabled":null,"commenting_disabled_for_viewer":null,"like_and_view_counts_disabled":false,"has_liked":false,"top_likers":null,"facepile_top_likers":null,"like_count":1495076,"preview":null,"can_see_insights_as_brand":false,"social_context":null,"view_count":null,"can_reshare":null,"can_viewer_reshare":true,"ig_media_sharing_disabled":false,"photo_of_you":false,"product_type":"clips","media_type":2,"usertags":{"in":[{"user":{"pk":"23678829","full_name":"Nike Football","username":"nikefootball","profile_pic_url":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-19/703222723_18606776074062830_6301137681281101191_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDAwLmMyIn0&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=rsP8c9J-caoQ7kNvwGxV21S&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQCLOGXF-86ikW7B4VzJHQmSeI8hZ1VxzxxzMRX_lrtA2g&oe=6A59A53E&_nc_sid=22de04","is_verified":true,"id":"23678829"},"position":[0,0]}]},"media_overlay_info":null,"carousel_parent_id":null,"carousel_media_count":null,"carousel_media":null,"location":null,"has_audio":true,"clips_metadata":{"audio_type":"original_sounds","achievements_info":{"show_achievements":false},"music_info":null,"original_sound_info":{"original_audio_title":"Original audio","should_mute_audio":false,"audio_asset_id":"36125533057091576","consumption_info":{"is_trending_in_clips":false,"should_mute_audio_reason":"","should_mute_audio_reason_type":null},"ig_artist":{"username":"nike","id":"13460080"},"is_explicit":false}},"clips_attribution_info":null,"accessibility_caption":null,"audience":null,"display_uri":"https://instagram.fesb10-3.fna.fbcdn.net/v/t51.82787-15/715435803_18631777222020081_2279576854116592978_n.jpg?stp=c0.419.1078.1078a_dst-jpg_e15_tt6&_nc_ht=instagram.fesb10-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gHhB77QySm8nicM7MF_9v7NUIqr5Ni32eb4hehmKqb_hUF5Oq9iH5mtole6jr8tJW8&_nc_ohc=p7vvyQrUtEIQ7kNvwGnk6oj&_nc_gid=yTQTFWmEs6GAB9DuAUTRDw&edm=APoiHPcBAAAA&ccb=7-5&oh=00_AQByevCzajYsNyuO7jT8iaZ_21Rx0ZZzcMPqhMRoh45jvw&oe=6A597188&_nc_sid=22de04","media_cropping_info":null,"profile_grid_thumbnail_fitting_style":"UNSET","thumbnails":null,"timeline_pinned_user_ids":["13460080"],"upcoming_event":null,"logging_info_token":null,"explore":null,"main_feed_carousel_starting_media_id":null,"is_seen":null,"open_carousel_submission_state":null,"previous_submitter":null,"all_previous_submitters":null,"headline":null,"comments":null,"fb_like_count":null,"saved_collection_ids":null,"has_viewer_saved":null,"media_level_comment_controls":null,"__typename":"XDTMediaDict"}}],"next_max_id":null,"more_available":false,"pages_scanned":1},"meta":{"source":"live","fetched_at":"2026-07-12T16:02:55.521572+00:00","cost":"$0.0005","balance":"$0.3782","request_id":"req_ca991ac4a75bddbf14f1d2f3f025fc9a"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/post":{"get":{"tags":["Live"],"operationId":"liveIgPost","summary":"Instagram post","x-dashboard-cost":"$0.0005","description":"A canonical post parsed from the exact logged-out SSR document — identity, caption, engagement counts, owner, and media sources.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Post shortcode, `instagram.com/p/SHORTCODE` URL, or reel URL.","schema":{"type":"string"},"example":"https://www.instagram.com/p/DW65QfuEpyB/"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Raw post payload.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/RawPostResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"id":47105,"ig_post_id":"3871658651900091521","shortcode":"DW65QfuEpyB","caption":"@flammedenotredame (Althéa) is bringing characters to life both on and off the canvas 🖌️✨\n\nMeet Imani and Steve — the first two characters in an animated universe Althéa’s been making from scratch. This piece captures a moment from their lives as they start to come alive. \n\n“At first, these characters existed in very simple, plain backgrounds. Over time, I’ve been building a world that truly belongs to them and bringing them to life little by little.”\n\nInspired by the animated films she grew up loving, Althéa creates with an imaginative mindset and hopes her work reminds people that it’s OK to feel everything: “Life is made up of many different emotions, and they all have equal value. Being able to feel so deeply is a true richness.”\n\nVideo by @flammedenotredame","likes":80141,"comments":3684,"posted_at":"2026-04-09 18:58:37+00:00","content_type":"Video","post_url":"https://www.instagram.com/p/DW65QfuEpyB/","image_url":"https://scontent-lhr6-1.cdninstagram.com/v/t51.82787-15/670913704_18744750901001321_7699876695155518939_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=108&ig_cache_key=Mzg3MTY1ODY1MTkwMDA5MTUyMTE4NzQ0NzUwODk1MDAxMzIx.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjE0NDAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=T1eYEeaA234Q7kNvwH3JNK4&_nc_oc=Adqy2Z4ugNLvxkw6UUtYv5qE-KSVPF6mmY-RWgdsrMnJG2dW10Vhx4bvKfZI5hRLZZk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lhr6-1.cdninstagram.com&_nc_gid=MNW78vHdmZdmgR_jorCHjw&_nc_ss=7a22e&oh=00_AQALlENDEBwXz8lrkiLQjE_c5_l1dHnGSXiKkzUPRKTc0Q&oe=6A551A74","video_url":"https://scontent-lhr6-1.cdninstagram.com/o1/v/t2/f2/m86/AQObUMTITJ525D21CUtTPh36t2akCFlmUq9QLWNJUJ1XegmMVPQJFyQnhD-TIXNHE3G9GF53zR5kNTw3T2mjoL6x5EsYQ2XY7gfx0-c.mp4?_nc_cat=102&_nc_sid=5e9851&_nc_ht=scontent-lhr6-1.cdninstagram.com&_nc_ohc=A9JqHL3j2JcQ7kNvwEP7yQn&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTc5NTYwOTQ0NTExMTgzOTgsImFzc2V0X2FnZV9kYXlzIjo5MCwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjEzLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=57ba610baa5e48f9&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9BMjQ3RTcxQjk4NDE3QzE3NzdGMzIzODdDQ0NGNUI4OF92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzc3NDFDREY0QUMwQUQ5OTIyQkJGOTJDQTY1NzJENDhGX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACb8xP_0oL7lPxUCKAJDMywXQCtU_fO2RaIYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=MNW78vHdmZdmgR_jorCHjw&_nc_ss=7a22e&_nc_zt=28&oh=00_AQBhJdREowUn6qDb9V74-N9PiXqZ2RYcT-nqG1XTiwbFTw&oe=6A51226F","is_video":true,"video_duration":null,"audio_title":null,"audio_artist":null,"is_pinned":false,"video_play_count":null,"is_paid_partnership":false,"comments_list":[]},"meta":{"cost":"$0.0005","balance":"$0.7892","request_id":"req_1b3d1468acec3665079289a41d6de64c"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/related":{"get":{"tags":["Live"],"operationId":"liveIgRelated","summary":"Instagram related accounts","x-dashboard-cost":"$0.0005","description":"Canonical accounts from the related-profile connection embedded in the exact public profile response.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Raw related-profile users.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/RelatedProfilesResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"handle":"instagram","user_id":"25025320","accounts":[]},"meta":{"source":"live","fetched_at":"2026-07-12T16:03:08.087853+00:00","cost":"$0.0005","balance":"$0.3777","request_id":"req_f1abb41157ca15c565d48a90bacef554"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/followers":{"get":{"tags":["Live"],"operationId":"liveIgFollowers","summary":"Instagram followers","x-dashboard-cost":"$0.002/page","description":"One exact native follower page through the controlled authenticated fleet. The response includes an opaque `next_cursor`; pass it to the next request. Request credentials and fleet identity are never archived.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"cursor","in":"query","required":false,"description":"Opaque continuation cursor returned by the previous exact page.","schema":{"type":"string"}},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"A profile’s followers.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/SocialListResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"user_id":"13460080","count":5,"followers":[{"pk":"9669018634","username":"rhjusto557","full_name":"Rh’ 🍀","profile_pic_url":"https://scontent-dus1-1.cdninstagram.com/v/t51.82787-19/732299157_18198844795322635_8239750942441841027_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-dus1-1.cdninstagram.com&_nc_cat=107&_nc_oc=Q6cZ2gEhfM5PzZPHjTeWTw5DnRlLHSnfPp1BW9aLL37-4X0HluwmBSrUxPtNom2lsIs6Jg89lJnnDa7yfD61EAsUvs7b&_nc_ohc=lyIMKtbfUJkQ7kNvwHpUu1j&_nc_gid=x0s_9iwNEGCzzGCQnZ5ohA&edm=APQMUHMBAAAA&ccb=7-5&ig_cache_key=GJX-pSsLAVm-wKdAAIOh73nTeVlybmNDAQAB1501500j-ccb7-5&oh=00_AQB6mu3ymd0iF5NGLl8NSfB_PsGWCC8lJUw_isqB0qk_QQ&oe=6A55D022&_nc_sid=6ff7c8","profile_pic_url_hd":null,"is_private":true,"stories":[],"is_verified":false,"latest_reel_media":0,"has_anonymous_profile_picture":false,"profile_pic_id":"3931317027365311297_9669018634","fbid_v2":"17841409679028627","interop_messaging_user_fbid":null,"strong_id__":"9669018634","account_badges":[],"friendship_status":null},{"pk":"80016932239","username":"lr_.zi","full_name":"𝑯","profile_pic_url":"https://scontent-dus1-1.cdninstagram.com/v/t51.82787-19/734591633_17882992260668240_2251234770898903150_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-dus1-1.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2gEhfM5PzZPHjTeWTw5DnRlLHSnfPp1BW9aLL37-4X0HluwmBSrUxPtNom2lsIs6Jg89lJnnDa7yfD61EAsUvs7b&_nc_ohc=DTiFhBPyScUQ7kNvwH0zPZx&_nc_gid=x0s_9iwNEGCzzGCQnZ5ohA&edm=APQMUHMBAAAA&ccb=7-5&ig_cache_key=GJH6yCtQ2zeZfIg-AG7gb7kY-j0fbmNDAQAB1501500j-ccb7-5&oh=00_AQAzLDerpuQDU-KiP0pVJeHrIpGdPpnw4ninG-FtPDTpQg&oe=6A55AD19&_nc_sid=6ff7c8","profile_pic_url_hd":null,"is_private":false,"stories":[],"is_verified":false,"latest_reel_media":1783624572,"has_anonymous_profile_picture":false,"profile_pic_id":"3931855425020363699_80016932239","fbid_v2":"17841480047182116","interop_messaging_user_fbid":null,"strong_id__":"80016932239","account_badges":[],"friendship_status":null}],"handle":"nike","next_cursor":null},"meta":{"cost":"$0.0020","balance":"$0.7847","request_id":"req_33529fda5671a3be8e3bc3adfb19b9bc"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/following":{"get":{"tags":["Live"],"operationId":"liveIgFollowing","summary":"Instagram following","x-dashboard-cost":"$0.002/page","description":"One exact native following page through the controlled authenticated fleet. The response includes an opaque `next_cursor`; pass it to the next request. Request credentials and fleet identity are never archived.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"cursor","in":"query","required":false,"description":"Opaque continuation cursor returned by the previous exact page.","schema":{"type":"string"}},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"The accounts a profile follows.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/SocialListResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"user_id":"13460080","count":5,"following":[{"pk":"196743444","username":"lego","full_name":"LEGO","profile_pic_url":"https://instagram.ftij1-3.fna.fbcdn.net/v/t51.2885-19/456426104_487557390884013_6091603492739963013_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby41NzkuYzIifQ&_nc_ht=instagram.ftij1-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gE6-Aq4LfL9HVPuUshlLs9XW0KfUT2D_2aHX4ii5OQEEcMwKsrFkawSV-e6OPdMvNfFe0w6nfYotIbAa3fc6Ppf&_nc_ohc=vIjprLEVEjAQ7kNvwFkqroI&_nc_gid=NHEKvNR8OInZPtkqnhQxMQ&edm=ALB854YBAAAA&ccb=7-5&ig_cache_key=GHiCNButXBdNbrsBAIVYSxkauYlUbkULAAAB1501500j-ccb7-5&oh=00_AQAqUCtvybq0GQyPgTWX9wrXBe4M2_G7Kz7jCBP08UBjxw&oe=6A55C746&_nc_sid=ce9561","profile_pic_url_hd":null,"is_private":false,"stories":[],"is_verified":true,"latest_reel_media":0,"has_anonymous_profile_picture":false,"profile_pic_id":"3440909289117610161_196743444","fbid_v2":"17841400223323074","interop_messaging_user_fbid":null,"strong_id__":"196743444","account_badges":[],"friendship_status":null},{"pk":"8012033210","username":"lalalalisa_m","full_name":"LISA","profile_pic_url":"https://instagram.ftij1-3.fna.fbcdn.net/v/t51.2885-19/452728789_7992596010855640_9098153361134866365_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.ftij1-3.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gE6-Aq4LfL9HVPuUshlLs9XW0KfUT2D_2aHX4ii5OQEEcMwKsrFkawSV-e6OPdMvNfFe0w6nfYotIbAa3fc6Ppf&_nc_ohc=uq1iEJjOQ40Q7kNvwFiUiLG&_nc_gid=NHEKvNR8OInZPtkqnhQxMQ&edm=ALB854YBAAAA&ccb=7-5&ig_cache_key=GNUX-BrYbA9GOWUcAL1PeCJHIkN_bkULAAAB1501500j-ccb7-5&oh=00_AQDdpsd7J6hZAJZUM3g8-3-gIRpw-Tm3O_yQ5XmOTzqjXA&oe=6A55C5B3&_nc_sid=ce9561","profile_pic_url_hd":null,"is_private":false,"stories":[],"is_verified":true,"latest_reel_media":0,"has_anonymous_profile_picture":false,"profile_pic_id":"3418359067964145524_8012033210","fbid_v2":"17841407956311504","interop_messaging_user_fbid":null,"strong_id__":"8012033210","account_badges":[],"friendship_status":null}],"handle":"nike","next_cursor":null},"meta":{"cost":"$0.0020","balance":"$0.7827","request_id":"req_d06f94a5dd729b7f1de830597426c2a2"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/tagged":{"get":{"tags":["Live"],"operationId":"liveIgTagged","summary":"Instagram tagged posts","x-dashboard-cost":"$0.0005/page","description":"One exact native tagged-post page through the controlled authenticated fleet, with an opaque continuation cursor. Request credentials and fleet identity are never archived.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"cursor","in":"query","required":false,"description":"Opaque continuation cursor returned by the previous exact page.","schema":{"type":"string"}},{"name":"safe_url","in":"query","required":false,"description":"Request URL-safe media projection when the operation supports it.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"The posts a profile is tagged in.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/SocialListResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"user_id":"13460080","count":2,"posts":[{"pk":3087396030497833500,"id":"3087396030497833529_13460080","code":"CrYolT-xkI5","taken_at":"2023-04-23T16:13:48Z","media_type":2,"image_versions2":{"additional_candidates":{"first_frame":{"estimated_scans_sizes":[5711],"height":852,"scans_profile":"e15","url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.71878-15/499491477_1361213318263414_881707021783873335_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_cat=110&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjY0MC5zZHIudmlkZW9fYWRkaXRpb25hbF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=g3be9vdgklgQ7kNvwHuhhqK&_nc_oc=Adp55cex8hdt5iwZAxosI_YBM4PcB1xowe_8N4VcMHeLZELch1Y0ls3eeZfWlpyMED8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_ss=7a3ba&oh=00_AQCSyqoGsaKKbgbHlb-XprD-KHZDx6jsKK9ILlzfq58mWw&oe=6A55B833","width":480,"is_spatial_image":false},"igtv_first_frame":{"estimated_scans_sizes":[5711],"height":852,"scans_profile":"e15","url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.71878-15/499491477_1361213318263414_881707021783873335_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_cat=110&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjY0MC5zZHIudmlkZW9fYWRkaXRpb25hbF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=g3be9vdgklgQ7kNvwHuhhqK&_nc_oc=Adp55cex8hdt5iwZAxosI_YBM4PcB1xowe_8N4VcMHeLZELch1Y0ls3eeZfWlpyMED8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_ss=7a3ba&oh=00_AQCSyqoGsaKKbgbHlb-XprD-KHZDx6jsKK9ILlzfq58mWw&oe=6A55B833","width":480,"is_spatial_image":false},"smart_frame":null},"candidates":[{"estimated_scans_sizes":[7613],"height":853,"scans_profile":"e15","url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.71878-15/498695905_1361213314930081_6228061898091680515_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_cat=100&ig_cache_key=MzA4NzM5NjAzMDQ5NzgzMzUyOQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjcyMC5zZHIudmlkZW9fZGVmYXVsdF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=cHZBUkfnxC8Q7kNvwGn5pXF&_nc_oc=AdreOunVzxiy5fkE4GjB9lC86Mf7BLrslcUTqtv_m2eUieMuMVGG1l4YpYmhpDbF0fw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_ss=7a3ba&oh=00_AQAMQNcCFUNnY9nPa2pOAWt-oN6PWPP2LOjB72d3rCekMg&oe=6A55B9DD","width":480,"is_spatial_image":false}],"scrubber_spritesheet_info_candidates":{"default":{"file_size_kb":464,"max_thumbnails_per_sprite":105,"rendered_width":96,"sprite_height":1246,"sprite_urls":["https://scontent-gmp1-1.cdninstagram.com/v/t51.82787-15/724869803_1664982197886523_8581271692773125432_n.jpg?_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_cat=107&_nc_oc=Q6cZ2gGJLUeBd3rJZKNL70umPPKvtEu4PFSJYXjmJsBJn8Ww8KtCYa7rtb6HXbI9g8thIWw&_nc_ohc=yRiA2BEjDRAQ7kNvwHYjd8v&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&edm=APGXKFABAAAA&ccb=7-5&oh=00_AQC0GWeyll3aPVhgWjoo90V6oGY6ktYLGe6isbUPyaLEZg&oe=6A55DD7C&_nc_sid=a8b8e2"],"sprite_width":1500,"thumbnail_duration":0.5707238095238095,"thumbnail_height":178,"thumbnail_width":100,"thumbnails_per_row":15,"total_thumbnail_num_per_sprite":105,"video_length":59.926}}},"product_type":"clips","thumbnail_url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.71878-15/498695905_1361213314930081_6228061898091680515_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_cat=100&ig_cache_key=MzA4NzM5NjAzMDQ5NzgzMzUyOQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjcyMC5zZHIudmlkZW9fZGVmYXVsdF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=cHZBUkfnxC8Q7kNvwGn5pXF&_nc_oc=AdreOunVzxiy5fkE4GjB9lC86Mf7BLrslcUTqtv_m2eUieMuMVGG1l4YpYmhpDbF0fw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_ss=7a3ba&oh=00_AQAMQNcCFUNnY9nPa2pOAWt-oN6PWPP2LOjB72d3rCekMg&oe=6A55B9DD","location":null,"user":{"pk":"13460080","username":"nike","full_name":"Nike","profile_pic_url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGJLUeBd3rJZKNL70umPPKvtEu4PFSJYXjmJsBJn8Ww8KtCYa7rtb6HXbI9g8thIWw&_nc_ohc=-07XKFqnerAQ7kNvwEf-Jxs&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&edm=APGXKFABAAAA&ccb=7-5&ig_cache_key=GKTg4CAx7dmBvPZBABvIoQw1-sEPbmNDAQAB1501500j-ccb7-5&oh=00_AQDb6vFscEWk8Gi3msg8o6Neqh8ysN8d5MEjoMYEYc48Gw&oe=6A55C6BA&_nc_sid=a8b8e2","profile_pic_url_hd":null,"is_private":false,"stories":[],"is_verified":true,"latest_reel_media":0,"has_anonymous_profile_picture":false,"profile_pic_id":"3727349705534754477_13460080","fbid_v2":"17841400602400210","interop_messaging_user_fbid":null,"strong_id__":"13460080","account_badges":[],"friendship_status":{"user_id":"13460080","following":false,"incoming_request":false,"is_bestie":false,"is_feed_favorite":false,"is_private":false,"is_restricted":false,"outgoing_request":false}},"comment_count":2032,"comments_disabled":false,"commenting_disabled_for_viewer":false,"like_count":439360,"play_count":15249073,"has_liked":false,"caption_is_edited":false,"dimensions":null,"has_audio":true,"like_and_view_counts_disabled":false,"viewer_can_reshare":false,"viewer_has_saved":false,"is_paid_partnership":false,"is_affiliate":false,"dash_info":null,"clips_music_attribution_info":null,"comments_preview":null,"hoisted_comments":[],"caption_text":"The @RTFKT X @nike Air Force 1 Forging Event kicks off on April 24th 👟⚒. We are merging digital and physical worlds, collaborating with RTFKT and @takashipom to redeem virtual sneakers for iconic physical pairs. \n\nOh, and If you’re in Shinjuku City, Tokyo, between 4/23-4/30, make sure to look up to see some epic 3D billboards. 👀","accessibility_caption":null,"usertags":[{"user":{"pk":"13460080","username":"nike","full_name":"Nike","profile_pic_url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGJLUeBd3rJZKNL70umPPKvtEu4PFSJYXjmJsBJn8Ww8KtCYa7rtb6HXbI9g8thIWw&_nc_ohc=-07XKFqnerAQ7kNvwEf-Jxs&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&edm=APGXKFABAAAA&ccb=7-5&ig_cache_key=GKTg4CAx7dmBvPZBABvIoQw1-sEPbmNDAQAB1501500j-ccb7-5&oh=00_AQDb6vFscEWk8Gi3msg8o6Neqh8ysN8d5MEjoMYEYc48Gw&oe=6A55C6BA&_nc_sid=a8b8e2","profile_pic_url_hd":null,"is_private":false,"stories":[],"is_verified":true,"latest_reel_media":null,"has_anonymous_profile_picture":null,"profile_pic_id":"3727349705534754477_13460080","fbid_v2":null,"interop_messaging_user_fbid":null,"strong_id__":"13460080","account_badges":[],"friendship_status":null},"x":0,"y":0}],"coauthor_producers":[{"pk":"6263958251","username":"rtfkt","full_name":"RTFKT","profile_pic_url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.2885-19/249886377_4405992439455611_6973929040119355734_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDM1LmMyIn0&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2gGJLUeBd3rJZKNL70umPPKvtEu4PFSJYXjmJsBJn8Ww8KtCYa7rtb6HXbI9g8thIWw&_nc_ohc=7agRAw8GAs4Q7kNvwEbVJHv&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&edm=APGXKFABAAAA&ccb=7-5&ig_cache_key=GKn25A57nzwOOqcPAFZZGDWDX8hgbkULAAAB1501500j-ccb7-5&oh=00_AQBJZndkQ3sE0XcfaixkttNAUm8CmdR0HXRPmwcW1JMOpw&oe=6A55E2F1&_nc_sid=a8b8e2","profile_pic_url_hd":null,"is_private":false,"stories":[],"is_verified":true,"latest_reel_media":null,"has_anonymous_profile_picture":null,"profile_pic_id":"2696100366258861250_6263958251","fbid_v2":null,"interop_messaging_user_fbid":null,"strong_id__":"6263958251","account_badges":[],"friendship_status":{"user_id":"6263958251","following":false,"incoming_request":false,"is_bestie":false,"is_feed_favorite":false,"is_private":false,"is_restricted":false,"outgoing_request":false}}],"sponsor_tags":[],"video_url":"https://scontent-gmp1-1.cdninstagram.com/o1/v/t2/f2/m82/AQMsxO31liwnGv4VL1Osc_eaYw62We2etNqaDp3RN8MVVJsjJ1w40ZLZwhlaHboKT1wTICtvKe61S4y9-dZ5NAT2PIV8hsZMav6GOTQ.mp4?_nc_cat=103&_nc_sid=5e9851&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_ohc=w-HcyIyx_fUQ7kNvwG3KuJq&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6OTE2OTg1MDgyNjg2MjQyLCJhc3NldF9hZ2VfZGF5cyI6MTE3MywidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjU5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=72c6d7e32b045fbe&_nc_vs=HBksFQIYT2lnX3hwdl9yZWVsc19wZXJtYW5lbnRfcHJvZC8xRTRDMTk1QTcxREI3OTQ0Mjc4NDFCOEFDNzZCMTQ4Nl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HTjhPZFJSbHphMWcxSzhBQUpBcGVfTnV0eWdTYnFfRUFBQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmxKzxocf_oAMVAigCQzMsF0BN92yLQ5WBGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_zt=28&_nc_ss=7a3ba&oh=00_AQCfZyM3O3PIYMi6aqUD6_ukiwdGW4li7nhAb6nf22nx6Q&oe=6A51BCA8","view_count":0,"video_duration":59.93299865722656,"title":"","resources":[],"clips_metadata":{"clips_creation_entry_point":"feed","featured_label":null,"is_public_chat_welcome_video":false,"professional_clips_upsell_type":0,"show_tips":null,"achievements_info":{"num_earned_achievements":null,"show_achievements":false},"additional_audio_info":{"additional_audio_username":null,"audio_reattribution_info":{"should_allow_restore":false}},"asset_recommendation_info":null,"audio_ranking_info":{"best_audio_cluster_id":"1585174188533328"},"audio_type":"original_sounds","basel_template_info_for_ig_app":{"is_basel_template":null,"original_template_media_id":null,"should_show_reuse_setting_for_owner":false,"use_template_deeplink":null},"branded_content_tag_info":{"can_add_tag":false},"breaking_content_info":null,"breaking_creator_info":null,"challenge_info":null,"content_appreciation_info":null,"contextual_highlight_info":null,"cutout_sticker_info":[],"disable_use_in_clips_client_cache":false,"external_media_info":null,"is_fan_club_promo_video":false,"is_shared_to_fb":false,"mashup_info":{"can_toggle_mashups_allowed":false,"formatted_mashups_count":null,"has_been_mashed_up":true,"has_nonmimicable_additional_audio":false,"is_creator_requesting_mashup":false,"is_light_weight_check":true,"is_light_weight_reuse_allowed_check":false,"is_pivot_page_available":true,"is_reuse_allowed":true,"mashup_type":null,"mashups_allowed":true,"mashups_allowed_for_carousel":false,"non_privacy_filtered_mashups_media_count":14,"privacy_filtered_mashups_media_count":null,"original_media":null},"merchandising_pill_info":null,"music_canonical_id":"18328692580077954","music_info":null,"nux_info":null,"original_sound_info":{"allow_creator_to_rename":true,"audio_asset_id":798142051312016,"attributed_custom_audio_asset_id":null,"can_remix_be_shared_to_fb":true,"can_remix_be_shared_to_fb_expansion":true,"dash_manifest":"<?xml version=\"1.0\"?>\n<MPD xmlns=\"urn:mpeg:dash:schema:mpd:2011\" minBufferTime=\"PT1.500S\" type=\"static\" mediaPresentationDuration=\"PT0H0M59.927S\" maxSegmentDuration=\"PT0H0M5.016S\" profiles=\"urn:mpeg:dash:profile:isoff-on-demand:2011,http://dashif.org/guidelines/dash264\" FBManifestTimestamp=\"1783625053\" FBManifestIdentifier=\"FrrV/6QNKRay//28gbbXCyIYDGF1ZGlvX212ZV9pZ2QAEgA=\"><Period duration=\"PT0H0M59.927S\"><AdaptationSet segmentAlignment=\"true\" lang=\"und\" subsegmentAlignment=\"true\" subsegmentStartsWithSAP=\"1\"><Representation id=\"3288467678150617a\" mimeType=\"audio/mp4\" codecs=\"mp4a.40.5\" audioSamplingRate=\"44100\" startWithSAP=\"1\" bandwidth=\"113387\"><AudioChannelConfiguration schemeIdUri=\"urn:mpeg:dash:23003:3:audio_channel_configuration:2011\" value=\"2\"/><BaseURL>https://scontent-gmp1-1.cdninstagram.com/o1/v/t16/f2/m69/AQOfoTeCbbybCWUl5eLIqKggwaNoSm4L-4fin5eT3Yl2VFlVM9LQgO12jGxnYJGBHdGrQh9bk1UeYGO3EyaM3NYJ.mp4?strext=1&amp;_nc_cat=111&amp;_nc_sid=9ca052&amp;_nc_ht=scontent-gmp1-1.cdninstagram.com&amp;_nc_ohc=ivHN6c40F8kQ7kNvwEam1F8&amp;efg=eyJ2ZW5jb2RlX3RhZyI6ImRhc2hfYmFzZWxpbmVfYXVkaW9fdjEiLCJ2aWRlb19pZCI6bnVsbCwib2lsX3VybGdlbl9hcHBfaWQiOjI1NjI4MTA0MDU1OCwiY2xpZW50X25hbWUiOiJ1bmtub3duIiwieHB2X2Fzc2V0X2lkIjo5MTY5ODUwODI2ODYyNDIsImFzc2V0X2FnZV9kYXlzIjoxMTczLCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NTksImJpdHJhdGUiOjExMzYwNywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&amp;ccb=17-1&amp;_nc_gid=LjDmSPRYzZ__tnegNwiW_w&amp;_nc_ss=7839b&amp;_nc_zt=28&amp;oh=00_AQBzAr4-Q-mQlZSzN2A-39iLCbLlH5ktWOPqjl5y6XiIJA&amp;oe=6A55BDED</BaseURL><SegmentBase indexRangeExact=\"true\" indexRange=\"783-970\"><Initialization range=\"0-782\"/></SegmentBase></Representation></AdaptationSet></Period></MPD>\n","duration_in_ms":60044,"formatted_clips_media_count":null,"hide_remixing":false,"is_audio_automatically_attributed":false,"is_eligible_for_audio_effects":true,"is_eligible_for_vinyl_sticker":true,"is_explicit":false,"is_original_audio_download_eligible":false,"is_reuse_disabled":false,"is_xpost_from_fb":false,"music_canonical_id":null,"oa_owner_is_music_artist":false,"original_audio_subtype":"default","original_audio_title":"Original audio","original_media_id":3087396030497833500,"progressive_download_url":"https://scontent-gmp1-1.cdninstagram.com/o1/v/t2/f2/m86/AQP0-KZHiSxTZDuS3OA7UQBGfDqLpA7YIb4y6lhALW6QV1DlScWI4FYgzSvfX_2iVAx0B3BrUTsYpdOZy3PeI1g.mp4?_nc_cat=106&_nc_sid=ef5aa3&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_ohc=kqr3g_auTywQ7kNvwH18Z3o&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5WSV9VU0VDQVNFX1BST0RVQ1RfVFlQRS4uQzMuMC5wcm9ncmVzc2l2ZV9hdWRpbyIsInhwdl9hc3NldF9pZCI6OTE2OTg1MDgyNjg2MjQyLCJhc3NldF9hZ2VfZGF5cyI6MTE3MywidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjU5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_ss=783ba&_nc_zt=28&oh=00_AQDfZ6HwFLuKrhmw3JcFEkkretPHy-5yrpB4mzJYWMmRGw&oe=6A51BFB2","should_mute_audio":false,"time_created":1682266431,"trend_rank":null,"previous_trend_rank":null,"overlap_duration_in_ms":0,"audio_asset_start_time_in_ms":0,"derived_content_start_time_in_composition_in_ms":0,"ig_artist":{"strong_id__":"13460080","pk":13460080,"pk_id":"13460080","id":"13460080","username":"nike","full_name":"Nike","is_private":false,"is_verified":true,"profile_pic_id":"3727349705534754477_13460080","profile_pic_url":"https://scontent-gmp1-1.cdninstagram.com/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_cat=1&ig_cache_key=GKTg4CAx7dmBvPZBABvIoQw1-sEPbmNDAQAB1501500j-ccb7-5&ccb=7-5&_nc_sid=669407&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4zOTkuQzMifQ%3D%3D&_nc_ohc=K3ejLFSvLrwQ7kNvwE_V_CA&_nc_oc=AdoGutK8nr0IcX_20DM7SVuWhS7SnyhPc45bzggDkadUNr83voR7uON6T23szd-lWhc&_nc_ad=z-m&_nc_cid=0&_nc_zt=24&_nc_ht=scontent-gmp1-1.cdninstagram.com&_nc_gid=LjDmSPRYzZ__tnegNwiW_w&_nc_ss=783ba&oh=00_AQDuDMUO9NBT81nIxbeM1saVwWR2lY4-YD-EXJrGIhci1w&oe=6A55C6BA"},"audio_filter_infos":[],"audio_parts":[],"audio_parts_by_filter":[],"consumption_info":{"display_media_id":null,"is_bookmarked":false,"is_trending_in_clips":false,"should_mute_audio_reason":"","should_mute_audio_reason_type":null,"inline_audio_label":null,"display_labels":null,"display_labels_with_translations":null,"user_notes":null},"xpost_fb_creator_info":null,"fb_downstream_use_xpost_metadata":{"downstream_use_xpost_deny_reason":"NONE"}},"originality_info":null,"reels_on_the_rise_info":null,"reusable_text_attribute_string":null,"reusable_text_info":null,"shopping_info":null,"show_achievements":false,"may_have_template_info":null,"viewer_interaction_settings":null,"template_info":null}}],"handle":"nike","next_cursor":null},"meta":{"cost":"$0.0005","balance":"$0.7887","request_id":"req_1693c5a57ec93d14f6b5ad7674f42159"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/location_posts":{"get":{"tags":["Live"],"operationId":"liveIgLocationPosts","summary":"Instagram location posts","x-availability":"blocked","x-dashboard-cost":"unavailable","description":"Explicitly unavailable: logged-out location replays produced zero edges and no usable cursor, while the companion connection operation returned `Incorrect Query`. Requests fail without charge until a first-party contract is proven.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram location id. A bare numeric id is the simplest input; a full `/explore/locations/ID` URL also works.","schema":{"type":"string"},"example":"1031760084"},{"name":"cursor","in":"query","required":false,"description":"Opaque continuation cursor returned by the previous exact page.","schema":{"type":"string"}},{"name":"safe_url","in":"query","required":false,"description":"Request URL-safe media projection when the operation supports it.","schema":{"type":"boolean","default":false}},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/location_info":{"get":{"tags":["Live"],"operationId":"liveIgLocationInfo","summary":"Instagram location info","x-dashboard-cost":"$0.0005","description":"Public metadata for an Instagram location: name, media count, coordinates, category, and business fields when available. Pass the location id as `q`.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram location id. A bare numeric id is the simplest input; a full `/explore/locations/ID` URL also works.","schema":{"type":"string"},"example":"1031760084"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Location metadata.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/LocationInfoResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"location_id":"1031760084","location":{"name":"Ansan","phone":"+82 31-413-8600","category":"Residence","media_count":12235,"price_range":0,"lat":37.323611111111,"lng":126.82194444444,"slug":null,"location_id":"1031760084","location_address":"","location_city":"","location_zip":"","ig_business":{"profile":null},"hours":{"status":"Closed until 11:00 AM"}}},"meta":{"cost":"$0.0005","balance":"$0.7872","request_id":"req_fbf3eb8a510aa7659b6e7c7c0ad725a6"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/instagram/location_nearby":{"get":{"tags":["Live"],"operationId":"liveIgLocationNearby","summary":"Instagram nearby locations","x-dashboard-cost":"$0.0005","description":"The public Instagram location page's nearby map pins. Pins include coordinates, thumbnails, formatted media counts, and preview media — not full post nodes. Pass the location id as `q`.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram location id. A bare numeric id is the simplest input; a full `/explore/locations/ID` URL also works.","schema":{"type":"string"},"example":"1031760084"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Nearby map pins.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/LocationNearbyResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"location_id":"1031760084","nearby":{"pin_count":37,"latitude":37.323611111111,"longitude":126.82194444444,"pins":[{"preview_medias":[{"__typename":"XDTPreviewMedia","media_id":"3930736821894626322","thumbnail_url":"https://instagram.fuio35-1.fna.fbcdn.net/v/t51.82787-15/732596821_18606023836013883_3440917973227267637_n.jpg?stp=dst-jpg_e15_s320x320_tt6&_nc_ht=instagram.fuio35-1.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2gGPYLNynOzc_7plb9Jx1mY-4rWVYazCLY75rWELoF5i0QlI8ghPeA-293ZwETpchHS2W7FU-vrBXRroJ51XbbsU&_nc_ohc=1s6V-sP-pTgQ7kNvwGvXPF5&_nc_gid=sZC6QZBN9Is-N8s257LSjA&edm=AIlGIF8BAAAA&ccb=7-5&oh=00_AQD3EKWxTcvGGCZaec8RshES51oYqGx4Of9eDsQBAtxQJg&oe=6A55D445&_nc_sid=04e819"},{"__typename":"XDTPreviewMedia","media_id":"3928456968722335611","thumbnail_url":"https://instagram.fuio35-1.fna.fbcdn.net/v/t51.82787-15/730004950_18429968110130146_537407695734494334_n.jpg?stp=dst-jpg_e15_s320x320_tt6&_nc_ht=instagram.fuio35-1.fna.fbcdn.net&_nc_cat=110&_nc_oc=Q6cZ2gGPYLNynOzc_7plb9Jx1mY-4rWVYazCLY75rWELoF5i0QlI8ghPeA-293ZwETpchHS2W7FU-vrBXRroJ51XbbsU&_nc_ohc=x3pP42mhLOgQ7kNvwERkuc0&_nc_gid=sZC6QZBN9Is-N8s257LSjA&edm=AIlGIF8BAAAA&ccb=7-5&oh=00_AQChZ8g-b7eMq8js-UIVuSvwPWmvy2tf2TGmBmD_IvyMHA&oe=6A55B232&_nc_sid=04e819"}],"media_id":"3930739760457544446","lat":37.317979402572,"lng":126.83845578574,"page_info":{"category":"Home","name":"경기도 안산시 중앙동","location_id":"134954353292668","price_range":0,"hours":{"status":""},"slug":null},"thumbnail_url":"https://instagram.fuio35-1.fna.fbcdn.net/v/t51.82787-15/731014422_18606024823013883_2353477514738096460_n.jpg?stp=dst-jpg_e15_s320x320_tt6&_nc_ht=instagram.fuio35-1.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2gGPYLNynOzc_7plb9Jx1mY-4rWVYazCLY75rWELoF5i0QlI8ghPeA-293ZwETpchHS2W7FU-vrBXRroJ51XbbsU&_nc_ohc=L1McDWZTgcIQ7kNvwGxbv8l&_nc_gid=sZC6QZBN9Is-N8s257LSjA&edm=AIlGIF8BAAAA&ccb=7-5&oh=00_AQCFljbVSjHMEM-EsPZS-OjVRwXtBrPv3DCm2_tcT712iQ&oe=6A55AEF6&_nc_sid=04e819","formatted_media_count":"116K posts"},{"preview_medias":[{"__typename":"XDTPreviewMedia","media_id":"3892932081408979774","thumbnail_url":"https://instagram.fuio35-1.fna.fbcdn.net/v/t51.82787-15/694910351_18422080015130146_5392425801864531407_n.jpg?stp=dst-jpg_e15_s320x320_tt6&_nc_ht=instagram.fuio35-1.fna.fbcdn.net&_nc_cat=110&_nc_oc=Q6cZ2gGPYLNynOzc_7plb9Jx1mY-4rWVYazCLY75rWELoF5i0QlI8ghPeA-293ZwETpchHS2W7FU-vrBXRroJ51XbbsU&_nc_ohc=3uBY4qV-2lYQ7kNvwGU7h1H&_nc_gid=sZC6QZBN9Is-N8s257LSjA&edm=AIlGIF8BAAAA&ccb=7-5&oh=00_AQDqkhwv08K34eo9ZYcFPo6S5QgMXoTL78PwVXrc7B6fow&oe=6A55BA28&_nc_sid=04e819"},{"__typename":"XDTPreviewMedia","media_id":"3887157648547269377","thumbnail_url":"https://instagram.fuio35-1.fna.fbcdn.net/v/t51.82787-15/681270697_18420870304130146_4774711107706404171_n.jpg?stp=dst-jpg_e15_s320x320_tt6&_nc_ht=instagram.fuio35-1.fna.fbcdn.net&_nc_cat=110&_nc_oc=Q6cZ2gGPYLNynOzc_7plb9Jx1mY-4rWVYazCLY75rWELoF5i0QlI8ghPeA-293ZwETpchHS2W7FU-vrBXRroJ51XbbsU&_nc_ohc=-Q47CACbeuUQ7kNvwF2wAya&_nc_gid=sZC6QZBN9Is-N8s257LSjA&edm=AIlGIF8BAAAA&ccb=7-5&oh=00_AQDk-EHGuDQ-ZW49y7WUvupOejDCBvtk7Aa4RoQ_frXUMA&oe=6A55C19F&_nc_sid=04e819"}],"media_id":"3928453762369906218","lat":37.31207902,"lng":126.8300441,"page_info":{"category":"Public Square / Plaza","name":"안산 25시광장","location_id":"141313492660125","price_range":0,"hours":{"status":"Open 24 hours"},"slug":"25"},"thumbnail_url":"https://instagram.fuio35-1.fna.fbcdn.net/v/t51.82787-15/731345464_18429967120130146_1927097580670754021_n.jpg?stp=dst-jpg_e15_s320x320_tt6&_nc_ht=instagram.fuio35-1.fna.fbcdn.net&_nc_cat=110&_nc_oc=Q6cZ2gGPYLNynOzc_7plb9Jx1mY-4rWVYazCLY75rWELoF5i0QlI8ghPeA-293ZwETpchHS2W7FU-vrBXRroJ51XbbsU&_nc_ohc=iTUc72KpBDwQ7kNvwFmzm_g&_nc_gid=sZC6QZBN9Is-N8s257LSjA&edm=AIlGIF8BAAAA&ccb=7-5&oh=00_AQDAmIKOqDZzFJBagIbVIRYQf0x82a63JWiEleBFOi2hSw&oe=6A55B9DA&_nc_sid=04e819","formatted_media_count":"20.5K posts"}]}},"meta":{"cost":"$0.0005","balance":"$0.7867","request_id":"req_0914a9a0caf03d1273925ab7b10322e2"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/tiktok/profile":{"get":{"tags":["Live"],"operationId":"liveTtProfile","summary":"TikTok profile","x-dashboard-cost":"$0.0005","description":"Canonical public profile parsed from the exact TikTok `webapp.user-detail` SSR document. The source bytes are retained in the private acquisition archive.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"TikTok username, @handle, or `tiktok.com/@handle` URL.","schema":{"type":"string"},"example":"khaby.lame"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Canonical TikTok profile.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"platform":"tiktok","username":"flighthouse","platform_id":"24645153","full_name":"flighthouse","biography":"New episodes daily! 🕺\nbusiness@flight.house","profile_pic_url":"https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/dbf978a5746e203e480ebce90c3d122d~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=1657644e&x-expires=1784044800&x-signature=ioC6oc2YmoMYuvRruub%2FlBPcO0A%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=my","external_urls":[],"followers":28796800,"following":1334,"posts_count":6382,"is_verified":true,"is_private":false,"extra":{"sec_uid":"MS4wLjABAAAAnEkPI9XFOsqCQsqG7-JvND26SkmF2tHOSrDVR5abC0k","heart_count":2641246983,"region":null}},"meta":{"source":"live","fetched_at":"2026-07-12T16:03:16.146109+00:00","cost":"$0.0005","balance":"$0.3772","request_id":"req_5c5ab01bcb83c669903072760ebadb25"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/tiktok/profile/videos":{"get":{"tags":["Live"],"operationId":"liveTtProfileVideos","summary":"TikTok profile videos (blocked)","x-dashboard-cost":"$0.0005","x-availability":"blocked","description":"The exact SocialCrawl-equivalent route is discoverable but currently returns an evidence-backed `scrape_blocked` error: TikTok requires signed `item_list` requests and no validated signer or GeoNode browser capture is configured. It never returns an empty success.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"TikTok username, @handle, or `tiktok.com/@handle` URL.","schema":{"type":"string"},"example":"khaby.lame"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/youtube/channel":{"get":{"tags":["Live"],"operationId":"liveYtChannel","summary":"YouTube channel","x-dashboard-cost":"$0.0005","description":"A channel's exact GeoNode-backed YouTube About response plus normalized public channel fields. Accepts @handle, stable UC… channel id, or a supported channel URL. Flat price.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"YouTube @handle (case-sensitive), stable `UC…` channel id, or a supported YouTube channel URL.","schema":{"type":"string"},"example":"mkbhd"},{"name":"hl","in":"query","required":false,"description":"Preferred BCP-47 language for localized YouTube text.","schema":{"type":"string","pattern":"^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})?$","default":"en"},"example":"en"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Exact channel About artifact and normalized channel data.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/YouTubeChannelResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"channel_id":"UCBJycsmduvYEL83R_U4JriQ","handle":"mkbhd","title":"Marques Brownlee","description":"MKBHD: Quality Tech Videos | YouTuber | Geek | Consumer Electronics | Tech Head | Internet Personality!\n\nbusiness@MKBHD.com\n\nNYC","avatar_url":"https://yt3.googleusercontent.com/qu4TmIaYUlS41-dJ9gZ7DUR3nilvmB5_11i6OKSdvNnBNiyOusZP1bMN6ICnuxtjFBb6ioKgRQ=s68-c-k-c0x00ffffff-no-rj","banner_url":"https://yt3.googleusercontent.com/zi_48HwHU4s0Hnb6tZuvRzTfCPHrLEnrtIMDLzMauDEyDmURh9JZ4wrNd3lKr7m9uVnT4YjYKw=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj","subscriber_count":21100000,"video_count":1835,"view_count":5477465487,"country":"United States","joined":"Joined Mar 21, 2008","joined_date":"2008-03-21T00:00:00Z","keywords":null,"verified":true,"links":["http://twitter.com/MKBHD","http://instagram.com/MKBHD","http://youtube.com/c/TheStudio","http://reddit.com/r/MKBHD","http://discord.gg/MKBHD"]},"meta":{"source":"live","fetched_at":"2026-07-13T16:03:25.083509+00:00","cost":"$0.0005","balance":"$0.3772","request_id":"req_4c9f8e6ecd85bfce68885799cfd8f6a8"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/xiaohongshu/discovery":{"get":{"tags":["Live"],"operationId":"liveXhsDiscovery","summary":"Xiaohongshu Explore discovery","x-dashboard-cost":"$0.0005","description":"Anonymous RED Explore discovery. This is not keyword search and accepts no `q`. It defaults to a live acquisition because the stored lookup key is the fixed `explore` surface. Live discovery is limited to one call per minute; use `meta.fetched_at` before refreshing.","security":[{"bearerAuth":[]}],"parameters":[{"name":"source","in":"query","required":false,"description":"`live` (default) acquires the current anonymous Explore surface. `db` returns the stored snapshot (404 when absent). `auto` is stored-else-live. Live discovery is crawler-limited to one request per minute; use `meta.fetched_at` to judge freshness.","schema":{"type":"string","enum":["auto","db","live"],"default":"live"}}],"responses":{"200":{"description":"Token-free Explore notes and sparse authors.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/XiaohongshuDiscoveryResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"notes":[{"author":{"extra":{"source":"note_harvest","sparse":true},"platform":"xiaohongshu","username":"5b7d74b970c3370001339ea1","biography":null,"followers":null,"following":null,"full_name":"摸鱼大户","is_private":false,"is_verified":false,"platform_id":"5b7d74b970c3370001339ea1","posts_count":null,"external_urls":[],"profile_pic_url":"https://sns-avatar-qc.xhscdn.com/avatar/615029809b358e82359cc28a.jpg"},"content":{"extra":{"partial":true,"note_type":"normal"},"likes":36000,"plays":null,"caption":"当领导说你干不下去可以走时","comments":null,"is_video":false,"platform":"xiaohongshu","image_url":"http://sns-webpic-qc.xhscdn.com/202607131057/8a6e6cdc434d722e71264821318e0e7b/1000g0082c2ehdsogs0004ai81mqbj7l1furbus8!nc_n_nwebp_mw_1","posted_at":null,"shortcode":"643e616a000000002702960a","video_url":null,"platform_post_id":"643e616a000000002702960a"}},{"author":{"extra":{"source":"note_harvest","sparse":true},"platform":"xiaohongshu","username":"5ebec024000000000101deed","biography":null,"followers":null,"following":null,"full_name":"安珀安珀","is_private":false,"is_verified":false,"platform_id":"5ebec024000000000101deed","posts_count":null,"external_urls":[],"profile_pic_url":"https://sns-avatar-qc.xhscdn.com/avatar/60e677c95c6f953b8a646110.jpg"},"content":{"extra":{"partial":true,"note_type":"video"},"likes":32000,"plays":null,"caption":"我羡慕的何止眼睛啊……","comments":null,"is_video":true,"platform":"xiaohongshu","image_url":"http://sns-webpic-qc.xhscdn.com/202607131057/b0b90f62ef8bb09a5de0c20b1367521b/1040g00830ms0pbnm4k005nluo0i0bnnd21tg408!nc_n_nwebp_mw_1","posted_at":null,"shortcode":"64bcc0e7000000001201f775","video_url":null,"platform_post_id":"64bcc0e7000000001201f775"}}],"surface":"explore","note_count":23},"meta":{"source":"db","fetched_at":"2026-07-13T02:57:56.281256+00:00","cost":"$0.0005","balance":"$0.9995","request_id":"req_f9dcc51bd54c163dc4adb2aa5c381c6b"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"409":{"$ref":"#/components/responses/PipelinePaused"},"429":{"$ref":"#/components/responses/AcquisitionRateLimited"},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/live/xiaohongshu/note":{"get":{"tags":["Live"],"operationId":"liveXhsNote","summary":"Xiaohongshu note detail","x-dashboard-cost":"$0.0005","description":"Token-bound anonymous RED note detail. Supply only the bare note ID; crawler-v3 resolves the private acquisition token server-side. Never submit an XHS URL. Live note acquisition is limited to two calls per minute.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Bare lowercase 24-hex Xiaohongshu note ID. Never submit a Xiaohongshu URL: copied URLs may contain private `xsec_token` values and edge access logs run before application validation.","schema":{"type":"string","pattern":"^[0-9a-f]{24}$","minLength":24,"maxLength":24},"example":"643e616a000000002702960a"},{"name":"source","in":"query","required":false,"description":"`auto` (default) returns the stored payload when one exists for these exact parameters, otherwise acquires live. `db` never acquires (404 when nothing is stored). `live` always acquires fresh. Anything else is a `400`.","schema":{"type":"string","enum":["auto","db","live"],"default":"auto"}}],"responses":{"200":{"description":"Token-free canonical note and sparse author.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/XiaohongshuCanonicalNote"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"author":{"extra":{"source":"note_harvest","sparse":true},"platform":"xiaohongshu","username":"5b7d74b970c3370001339ea1","biography":null,"followers":null,"following":null,"full_name":"摸鱼大户","is_private":false,"is_verified":false,"platform_id":"5b7d74b970c3370001339ea1","posts_count":null,"external_urls":[],"profile_pic_url":"https://sns-avatar-qc.xhscdn.com/avatar/615029809b358e82359cc28a.jpg"},"content":{"extra":{"tags":[],"title":"当领导说你干不下去可以走时","shares":2871,"collected":11000,"note_type":"normal","image_urls":["http://media.web.garage.localhost:3902/crawler/xiaohongshu_note/5.webp"]},"likes":36000,"plays":null,"caption":"因为助理怀孕标书离职、工作量都落在我们身上、最近饭搭子在忙其他项目、所以都是我来负责了。\n现在领导竟然想把实习的工作丢给我们做、我们拒绝后。\n他竟然愤愤不平大吼：“你做不了就离职，外面大把人想做。”\n我当时惊呆了，知道领导没有心没想到这么没有心。\n嘴巴一动下意识就想怼回去，忽然脑光一闪而过，似乎捕捉到什么东西了。\n我满脸震撼又失望的看着他：“我们任劳任怨跟着你忙了大半年，你现在竟然想赶我们走吗？我没想到你是这样的人、以后我都不会在其他部门面前维护你了，别人说你坏话我就一起笑算了。”\n领导：“谁说我坏话？”\n我：“可多了，每次我们都怼回去，因为我们知道你不是那样的人，我们也想跟着你混个好生活来……”吧啦吧吧啦一堆彩虹屁砸晕他。\n反PUA再加彩虹屁、句句都拍在领导心坎上，很明显领导特别喜欢，脸上的皱纹都展开了，不仅同意新招实习生，还反过来鼓励我们要加油努力工作。\n原来领导的那套东西用在领导身上也很好用。\n但千万要耐住脾气千万不要冲动，不然你就有穿不完的小破鞋。","comments":936,"is_video":false,"platform":"xiaohongshu","image_url":"http://media.web.garage.localhost:3902/crawler/xiaohongshu_note/5.webp","posted_at":"2023-04-18T09:22:50+00:00","shortcode":"643e616a000000002702960a","video_url":null,"platform_post_id":"643e616a000000002702960a"}},"meta":{"source":"db","fetched_at":"2026-07-13T03:08:38.933699+00:00","cost":"$0.0005","balance":"$0.9990","request_id":"req_d519056c742246562efa8cd84dc74304"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"No stored payload for this input (fetch one with `source=live`).","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"409":{"$ref":"#/components/responses/PipelinePaused"},"429":{"$ref":"#/components/responses/AcquisitionRateLimited"},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/instagram/profile":{"get":{"tags":["Instagram"],"operationId":"igProfile","summary":"Profile","x-dashboard-cost":"$0.0005","description":"The canonical Instagram profile read model over the tracked corpus: followers, bio, category, engagement fields, and AI enrichment + contact blocks when present.\n\nStrictly DB — a profile we have never crawled is a `404`, never a crawl. Fetch fresh raw data with `/v1/live/instagram/profile`.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"}],"responses":{"200":{"description":"Canonical profile.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"id":1417,"profile_id":258299,"platform":"instagram","username":"nike","ig_id":"13460080","fbid":"17841400602400210","full_name":"Nike","biography":"Just Do It.","profile_pic_url":"https://instagram.fsal2-2.fna.fbcdn.net/v/t51.82787-19/551608484_18567162979020081_1135468084872726555_n.jpg?stp=dst-jpg_s320x320_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4zOTkuYzIifQ&_nc_ht=instagram.fsal2-2.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2gGg3efrgzYJ5DUjyr-OTzRsNs0zMfBHYSZMcBp9diVJykLrFs17yVbZu4RS9yUOzfY7Lp8oS9VmPjlBVwQ8G3Nf&_nc_ohc=avi3U-uQwMoQ7kNvwF4mFEl&_nc_gid=qylNB7Z2Q5ACJy8qLvZHAQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AQAAGJX8ReesYygfEmJ_xZT0p1QJAnM9jSCTgnKs7_HeDw&oe=6A5982FA&_nc_sid=8b3546","external_urls":["http://empli.fi/nike"],"followers":291803736,"following":264,"posts_count":1661,"is_verified":true,"is_private":false,"is_business_account":true,"is_professional_account":true,"category_name":null,"business_category_name":null,"has_channel":false,"scrape_count":11,"first_scraped_at":"2026-07-09T16:06:59.020178Z","last_scraped_at":"2026-07-12T15:46:31.029881Z","email_address":null,"enriched_at":"2026-07-09T20:37:29.016981Z","enrichment":{"entity_type":"brand","account_role":"brand","primary_niche":"Sportswear / Athletic Apparel","sub_niches":["Sneakers","Performance training"],"content_tags":null,"commercial_intent":"fully_commercial","gender":"unknown","age_range":null,"profession":null,"country":"United States","city":null,"primary_language":"English","languages":null,"tagline":"Just Do It.","bio_summary":"Nike is a global sportswear and athletic lifestyle brand focused on performance, innovation, and athlete storytelling. Its Instagram centers on major sports moments, product launches, and endorsements featuring elite athletes across football, basketball, tennis, and broader sports culture.","content_summary":"Posts highlight sponsored athletes, championship moments, new footwear and apparel releases, and branded storytelling around football and basketball. The account blends product marketing with aspirational sports content and cultural collaborations.","audience_summary":null,"brand_fit_summary":null,"brand_safety":"safe","content_style":null,"collab_readiness":null,"enrichment_version":"v3-gpt5.4mini","enriched_at":"2026-07-09T20:37:29.016981Z"},"contact":null},"meta":{"cost":"$0.0005","balance":"$0.3762","request_id":"req_9cf15dc982c8f4d80b26495b3932b542"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Profile not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/intelligence/profile":{"get":{"tags":["Intelligence"],"operationId":"intelProfile","summary":"Profile intelligence","x-dashboard-cost":"from $0.05","description":"Returns the AI intelligence bundle for a profile: entity type, niche classification, commercial intent, brand safety, demographics, location, language, and AI summaries (bio, content, audience, brand fit). Null fields are omitted. For emails and cross-platform accounts use `/v1/intelligence/contact`. Returns the cached bundle when available, otherwise runs enrichment (scraping the profile first if needed), persists it, and returns it.\n\n**Models**: `gpt-5.4-mini` (default, $0.05) or `gpt-5.4` (premium, $0.10). `force_refresh=true` skips cache and re-runs (2× cost).","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"nike"},{"name":"model","in":"query","required":false,"description":"AI model. `gpt-5.4-mini` (default, $0.05) or `gpt-5.4` (premium, $0.10).","schema":{"type":"string","enum":["gpt-5.4-mini","gpt-5.4"],"default":"gpt-5.4-mini"}},{"name":"force_refresh","in":"query","required":false,"description":"Skip cache and re-run enrichment. Doubles the cost.","schema":{"type":"string","enum":["true","false"],"default":"false"}}],"responses":{"200":{"description":"Profile intelligence bundle.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/EnrichmentResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"entity_type":"brand","account_role":"brand","primary_niche":"Sportswear / Athletic Apparel","sub_niches":["Sneakers","Performance training"],"commercial_intent":"fully_commercial","brand_safety":"safe","gender":"unknown","country":"United States","primary_language":"English","tagline":"Just Do It.","bio_summary":"Nike is a global sportswear and athletic lifestyle brand focused on performance, innovation, and athlete storytelling. Its Instagram centers on major sports moments, product launches, and endorsements featuring elite athletes across football, basketball, tennis, and broader sports culture.","content_summary":"Posts highlight sponsored athletes, championship moments, new footwear and apparel releases, and branded storytelling around football and basketball. The account blends product marketing with aspirational sports content and cultural collaborations."},"meta":{"cost":"$0.0500","balance":"$0.4797","request_id":"req_f3238f5c2707e2f8adcc1ecb2b80546d","source":"db","version":"v3-gpt5.4mini","enriched_at":"2026-07-09 20:37:29.016981+00","model":"gpt-5.4-mini","force_refresh":false}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Profile not found on Instagram.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/intelligence/contact":{"get":{"tags":["Intelligence"],"operationId":"intelContact","summary":"Contact discovery","x-dashboard-cost":"from $0.10","description":"Discovers a profile’s email addresses and cross-platform social accounts.\n\n`q` is a username/@handle/profile URL. Runs LLM discovery and persists results to the profile. `source=auto` (default) serves already-discovered contacts when they exist (`data.cached: true`) and runs discovery otherwise; `source=live` always re-runs discovery and doubles the cost to $0.20.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Instagram username, @handle, or full profile URL (`instagram.com/username`).","schema":{"type":"string"},"example":"venicemendoza"},{"name":"platform","in":"query","required":false,"description":"Discovery platform. Only `instagram` is supported.","schema":{"type":"string","enum":["instagram"],"default":"instagram"}},{"name":"source","in":"query","required":false,"description":"`auto` serves already-discovered contacts when available; `live` always re-runs discovery (2× cost).","schema":{"type":"string","enum":["auto","live"],"default":"auto"}}],"responses":{"200":{"description":"Contact discovery results.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/ContactResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"emails":[{"email":"support@gymshark.com","category":"support","contact_relevance":"possible","reliability":0.92,"source_url":"https://support.gymshark.com/en/articles/11186132-contact-us","source_type":"official_site","evidence":"Listed as the support contact on the official help center.","verification":{"status":"deliverable","provider":"zerobounce","vendor_status":"valid","sub_status":null,"dns":"mx_present","reason":null,"checked_at":"2026-07-13T09:41:00Z"}},{"email":"mydata@gymshark.com","category":"other","contact_relevance":"not_recommended","reliability":0.85,"source_url":"https://www.gymshark.com/pages/about-us","source_type":"official_site","evidence":"Data-privacy inbox listed on the about page.","verification":{"status":"unverified","provider":"none","vendor_status":null,"sub_status":null,"dns":"mx_present","reason":"vendor_paused","checked_at":"2026-07-13T09:41:00Z"}}],"phone_numbers":[],"social_accounts":[{"platform":"Instagram","handle":"@Gymshark","url":"https://www.instagram.com/gymshark/"},{"platform":"X","handle":"@Gymshark","url":"https://x.com/Gymshark"}],"sources":["https://support.gymshark.com/en/articles/11186132-contact-us","https://www.gymshark.com/pages/about-us"],"username":"gymshark","source":"live"},"meta":{"cost":"$0.1000","balance":"$0.3797","request_id":"req_8df039f89ef184fd8449c250fb17ad9a"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Profile not found on Instagram.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/tiktok/profile":{"get":{"tags":["TikTok"],"operationId":"ttProfile","summary":"Profile","x-dashboard-cost":"$0.0005","description":"A TikTok account profile read model over the tracked corpus: nickname, bio, followers/following, video count, total hearts, verified/private flags, region, and secUid — plus AI enrichment and contact blocks when present.\n\nStrictly DB — an account we have never crawled is a `404`, never a crawl. Fetch fresh raw data with `/v1/live/tiktok/profile`.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"TikTok username, @handle, or `tiktok.com/@handle` URL.","schema":{"type":"string"},"example":"khaby.lame"}],"responses":{"200":{"description":"TikTok profile.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"id":652,"profile_id":31124,"platform":"tiktok","username":"flighthouse","sec_uid":"MS4wLjABAAAAnEkPI9XFOsqCQsqG7-JvND26SkmF2tHOSrDVR5abC0k","full_name":"flighthouse","biography":"New episodes daily! 🕺\nbusiness@flight.house","profile_pic_url":"https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/dbf978a5746e203e480ebce90c3d122d~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=7a3cc35b&x-expires=1783792800&x-signature=qxRSzgrYpAs9mGJzkPyaJXnIi9g%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast5","followers":28797400,"following":1334,"posts_count":6379,"heart_count":2640783682,"is_verified":true,"is_private":false,"region":null,"last_scraped_at":"2026-07-09T18:01:38.263515Z","enrichment":null,"contact":null},"meta":{"cost":"$0.0005","balance":"$0.7957","request_id":"req_ad3fe5928f965f90b3b7dae6671ce971"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Account not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/tiktok/videos":{"get":{"tags":["TikTok"],"operationId":"ttVideos","summary":"Videos","x-dashboard-cost":"$0.0005","description":"An account's most-recent tracked videos: caption, likes/comments/shares/plays, publish time, video/cover URLs, duration, and music. DB read over the tracked corpus — flat price for up to 100 videos. Live profile pagination remains explicitly blocked at `/v1/live/tiktok/profile/videos` until signing is validated.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"TikTok username, @handle, or `tiktok.com/@handle` URL.","schema":{"type":"string"},"example":"khaby.lame"},{"name":"limit","in":"query","required":false,"description":"How many videos to return (1–100). Flat price regardless of count.","schema":{"type":"integer","default":30,"minimum":1,"maximum":100}}],"responses":{"200":{"description":"Videos, most recent first.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"array","items":{"type":"object"}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":[{"tiktok_video_id":"7514078239745117470","caption":"Hint: The duck is technically a platypus 🤭 @Toni @Brianne Howey #antoniagentry #briannehowey #ginnyandgeorgia #ginnyandgeorgiaseason3 #guesstheshow @Netflix ","likes":186653,"comments":814,"shares":510,"plays":5732193,"posted_at":"2025-06-09T22:21:33Z","video_url":"https://www.tiktok.com/@flighthouse/video/7514078239745117470","cover_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oMfRQE2RU1meiykO1BB7Qt6vABFNEoA1R1DVjE~tplv-photomode-tiktok-play.jpeg?lk3s=b59d6b55&x-expires=1750114800&x-signature=UW4EKVSc2%2F8aLe6XKz34kr2vIpw%3D&shp=b59d6b55&shcp=-","duration":8,"music_title":"Fame is a Gun","music_author":"Addison Rae"},{"tiktok_video_id":"7512557695241555246","caption":"OMW to go binge watch the new season of #ginnyandgeorgia like 🏃‍♀️ @Toni @Brianne Howey #antoniagentry #briannehowey #overcompensating #ginnyandgeorgiaseason3 @Netflix  ","likes":839092,"comments":893,"shares":3243,"plays":9938624,"posted_at":"2025-06-05T20:00:57Z","video_url":"https://www.tiktok.com/@flighthouse/video/7512557695241555246","cover_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/tos-useast5-p-0068-tx/ooi1IpxfP3jIZkCI09I0JAirGHbBXNwBAC5qBA~tplv-photomode-tiktok-play.jpeg?lk3s=b59d6b55&x-expires=1749848400&x-signature=hn1qpbo8e%2BjEiHv473mGMgnzNUU%3D&shp=b59d6b55&shcp=-","duration":26,"music_title":"Soul Survivor","music_author":"Young Jeezy"}],"meta":{"cost":"$0.0005","balance":"$0.7952","request_id":"req_2a7080ca40697d71b8a96a154129fa9d"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Account not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/tiktok/stats":{"get":{"tags":["TikTok"],"operationId":"ttStats","summary":"Engagement analytics","x-dashboard-cost":"$0.0010","description":"Engagement analytics over an account's tracked videos: total/avg/max/median plays, avg likes/comments/shares, average engagement rate ((likes+comments+shares)/plays), 90-day posting cadence, and the top 3 videos by plays.\n\nNumbers describe the tracked corpus (`tracked_videos`), not the account's full TikTok history.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"TikTok username, @handle, or `tiktok.com/@handle` URL.","schema":{"type":"string"},"example":"khaby.lame"}],"responses":{"200":{"description":"Engagement aggregates.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"username":"flighthouse","followers":28797400,"tracked_videos":137,"total_plays":580270435,"avg_plays":4235550.6,"max_plays":27680222,"median_plays":2941250,"avg_likes":372109.3,"avg_comments":701.1,"avg_shares":7544.1,"avg_engagement_rate":0.086831,"videos_last_90d":0,"videos_per_week_90d":0,"latest_posted_at":"2025-06-09T22:21:33Z","earliest_posted_at":"2023-11-22T19:06:45Z","top_videos":[{"tiktok_video_id":"7429045534226205983","caption":"Name a more iconic duo 💅 @Maddie L Bailey @Toni #madisonbailey #antoniagentry #gracieabrams #timecut #iloveyouimsorry @Netflix ","likes":3114842,"comments":6000,"shares":59135,"plays":27680222,"posted_at":"2024-10-23T18:51:06Z","cover_url":"https://p19-pu-sign-useast8.tiktokcdn-us.com/tos-useast8-p-0068-tx2/05f8c8369cd64d45a448fb82dfabc35d_1729709469~tplv-photomode-tiktok-play.jpeg?lk3s=b59d6b55&x-expires=1745006400&x-signature=KltRRmgWY64rtrVpIeSjlI8o2CQ%3D&shp=b59d6b55&shcp=-"},{"tiktok_video_id":"7462507490895482158","caption":"In loving memory of Reatha “Rose” Grey ❤️‍🩹 @Retirement House #retirementhouse ","likes":3525060,"comments":12809,"shares":297362,"plays":23346871,"posted_at":"2025-01-21T23:01:00Z","cover_url":"https://p16-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/o0WcGBSDnBJqChnFEMCCzAI1EDeQfk0guRIyuJ~tplv-photomode-tiktok-play.jpeg?lk3s=b59d6b55&x-expires=1746266400&x-signature=RT3YOLBHQemKfuHI%2BXF%2F69hDlrQ%3D&shp=b59d6b55&shcp=-"}]},"meta":{"cost":"$0.0010","balance":"$0.7942","request_id":"req_6d57ee5252705a4e0ce0320c4df4d1db"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Account not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"nosuchuser","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/xiaohongshu/note":{"get":{"tags":["Xiaohongshu"],"operationId":"xhsNote","summary":"Stored note","x-dashboard-cost":"$0.0005","description":"The canonical RED note read model over the tracked corpus, including engagement, ordered source/mirrored media, author identity, and partial/full state. Strictly DB: a miss is 404 and never triggers acquisition.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"Bare lowercase 24-hex Xiaohongshu note ID. Never submit a Xiaohongshu URL: copied URLs may contain private `xsec_token` values and edge access logs run before application validation.","schema":{"type":"string","pattern":"^[0-9a-f]{24}$","minLength":24,"maxLength":24},"example":"643e616a000000002702960a"}],"responses":{"200":{"description":"Canonical stored Xiaohongshu note.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"$ref":"#/components/schemas/XiaohongshuStoredNoteResponseData"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"id":5,"note_id":"643e616a000000002702960a","title":"当领导说你干不下去可以走时","caption":"因为助理怀孕标书离职、工作量都落在我们身上、最近饭搭子在忙其他项目、所以都是我来负责了。\n现在领导竟然想把实习的工作丢给我们做、我们拒绝后。\n他竟然愤愤不平大吼：“你做不了就离职，外面大把人想做。”\n我当时惊呆了，知道领导没有心没想到这么没有心。\n嘴巴一动下意识就想怼回去，忽然脑光一闪而过，似乎捕捉到什么东西了。\n我满脸震撼又失望的看着他：“我们任劳任怨跟着你忙了大半年，你现在竟然想赶我们走吗？我没想到你是这样的人、以后我都不会在其他部门面前维护你了，别人说你坏话我就一起笑算了。”\n领导：“谁说我坏话？”\n我：“可多了，每次我们都怼回去，因为我们知道你不是那样的人，我们也想跟着你混个好生活来……”吧啦吧吧啦一堆彩虹屁砸晕他。\n反PUA再加彩虹屁、句句都拍在领导心坎上，很明显领导特别喜欢，脸上的皱纹都展开了，不仅同意新招实习生，还反过来鼓励我们要加油努力工作。\n原来领导的那套东西用在领导身上也很好用。\n但千万要耐住脾气千万不要冲动，不然你就有穿不完的小破鞋。","likes":36000,"comments":936,"collected":11000,"shares":2871,"posted_at":"2023-04-18 09:22:50+00:00","note_type":"normal","is_video":false,"image_url":"http://sns-webpic-qc.xhscdn.com/202607131108/dbc875738c967921050fb664b7776329/1000g0082c2ehdsogs0004ai81mqbj7l1furbus8!nd_dft_wgth_jpg_3","image_urls":["http://sns-webpic-qc.xhscdn.com/202607131108/dbc875738c967921050fb664b7776329/1000g0082c2ehdsogs0004ai81mqbj7l1furbus8!nd_dft_wgth_jpg_3"],"video_url":null,"tags":[],"is_partial":false,"first_seen_at":"2026-07-13 02:57:37.956320+00:00","last_seen_at":"2026-07-13 03:08:37.661921+00:00","user_id":"5b7d74b970c3370001339ea1","author_name":"摸鱼大户","author_profile_pic_url":"https://sns-avatar-qc.xhscdn.com/avatar/615029809b358e82359cc28a.jpg","media":[{"resource_type":"post_image","source_url":"http://sns-webpic-qc.xhscdn.com/202607131108/dbc875738c967921050fb664b7776329/1000g0082c2ehdsogs0004ai81mqbj7l1furbus8!nd_dft_wgth_jpg_3","cdn_url":"http://media.web.garage.localhost:3902/crawler/xiaohongshu_note/5.webp","status":"completed","is_expired":false}]},"meta":{"cost":"$0.0005","balance":"$0.9985","request_id":"req_7db05e7880f4061065cf4e6d1bb90cd9"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Note not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"Xiaohongshu note not found","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/youtube/profile":{"get":{"tags":["YouTube"],"operationId":"ytProfile","summary":"Channel","x-dashboard-cost":"$0.0005","description":"A YouTube channel profile read model over the tracked corpus: name, bio, subscriber/video/view counts, country, verified flag, keywords, and avatar/banner URLs — plus AI enrichment and contact blocks when present.\n\nStrictly DB — a channel we have never crawled is a `404`, never a crawl. `q` accepts a case-sensitive @handle or a `UC…` channel id. Fetch fresh data with `/v1/live/youtube/channel` using an @handle, UC… id, or supported channel URL.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"YouTube @handle (case-sensitive), `UC…` channel id, or a `youtube.com/@handle` / `/channel/UC…` URL.","schema":{"type":"string"},"example":"mkbhd"}],"responses":{"200":{"description":"YouTube channel.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"id":1,"profile_id":1316,"platform":"youtube","username":"mkbhd","channel_id":"UCBJycsmduvYEL83R_U4JriQ","full_name":"Marques Brownlee","biography":"MKBHD: Quality Tech Videos | YouTuber | Geek | Consumer Electronics | Tech Head | Internet Personality!\n\nbusiness@MKBHD.com\n\nNYC","profile_pic_url":"https://yt3.googleusercontent.com/qu4TmIaYUlS41-dJ9gZ7DUR3nilvmB5_11i6OKSdvNnBNiyOusZP1bMN6ICnuxtjFBb6ioKgRQ=s900-c-k-c0x00ffffff-no-rj","banner_url":null,"followers":21100000,"posts_count":1800,"view_count":11000000,"country":null,"is_verified":true,"keywords":null,"last_scraped_at":"2026-07-08T10:59:08.260812Z","enrichment":null,"contact":null},"meta":{"cost":"$0.0005","balance":"$0.7937","request_id":"req_2fce3541a7532eaa897a736d0f90925b"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Channel not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"UCzz00zz00zz00zz00zz00zA","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/youtube/videos":{"get":{"tags":["YouTube"],"operationId":"ytVideos","summary":"Videos","x-dashboard-cost":"$0.0005","description":"A channel's recent tracked videos with video id, title, description, views, likes, comments, publish time, duration, Shorts/live flags, category, keywords, and thumbnail when observed. DB read over the tracked corpus — flat price for up to 100 videos. Ordered by publish time, with views as the fallback for sparse legacy rows.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"YouTube @handle (case-sensitive), `UC…` channel id, or a `youtube.com/@handle` / `/channel/UC…` URL.","schema":{"type":"string"},"example":"mkbhd"},{"name":"limit","in":"query","required":false,"description":"How many videos to return (1–100). Flat price regardless of count.","schema":{"type":"integer","default":30,"minimum":1,"maximum":100}}],"responses":{"200":{"description":"Videos, most viewed first.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"array","items":{"type":"object"}},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":[{"youtube_video_id":"kBX5WH9b4M4","title":"Macbook Neo Impressions: Reincarnated!","views":7300000,"length_seconds":null,"is_live_content":false,"category":null,"thumbnail_url":null},{"youtube_video_id":"eFUB_jL_XcM","title":"So This is Peak Foldable","views":6400000,"length_seconds":null,"is_live_content":false,"category":null,"thumbnail_url":null}],"meta":{"cost":"$0.0005","balance":"$0.7932","request_id":"req_c8b8c8f401217a78a5eab7da4d9a72e2"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Channel not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"UCzz00zz00zz00zz00zz00zA","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/youtube/stats":{"get":{"tags":["YouTube"],"operationId":"ytStats","summary":"View analytics","x-dashboard-cost":"$0.0010","description":"Performance analytics over a channel's tracked videos: tracked count, total/avg/max/median views, average duration, total likes/comments, average engagement rate, and the top 5 videos by views. Numbers describe the tracked corpus (`tracked_videos`), not the channel's full history; legacy sparse fields remain null.","security":[{"bearerAuth":[]}],"parameters":[{"name":"q","in":"query","required":true,"description":"YouTube @handle (case-sensitive), `UC…` channel id, or a `youtube.com/@handle` / `/channel/UC…` URL.","schema":{"type":"string"},"example":"mkbhd"}],"responses":{"200":{"description":"View aggregates.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"username":"mkbhd","followers":21100000,"tracked_videos":30,"total_views":106800000,"avg_views":3560000,"max_views":7300000,"median_views":3700000,"avg_length_seconds":null,"top_videos":[{"youtube_video_id":"kBX5WH9b4M4","title":"Macbook Neo Impressions: Reincarnated!","views":7300000,"length_seconds":null,"thumbnail_url":null},{"youtube_video_id":"eFUB_jL_XcM","title":"So This is Peak Foldable","views":6400000,"length_seconds":null,"thumbnail_url":null}]},"meta":{"cost":"$0.0010","balance":"$0.7922","request_id":"req_03e2cbfb2c088a8eebed5f7187097c5e"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Channel not in the tracked corpus.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"UCzz00zz00zz00zz00zz00zA","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/meta_ads/search":{"post":{"tags":["Meta Ads"],"operationId":"maSearch","summary":"Search ads","x-dashboard-cost":"$0.0010","description":"Full-text search over tracked Meta Ad Library ads with structured filters: advertiser name, page id, CTA type, link domain, publisher platform, media type, active-only, minimum days active, and start date. Sortable by start date, longevity (`daysActive`), or A/B-test breadth (`collation`).\n\nThe single POST on this surface — the filter object is a JSON body. Unknown fields are ignored; invalid types return `400` before billing.","security":[{"bearerAuth":[]}],"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string","description":"Full-text over ad title + body copy."},"pageId":{"type":"string"},"advertiser":{"type":"string","description":"Advertiser page-name substring."},"ctaType":{"type":"string","example":"SHOP_NOW"},"linkDomain":{"type":"string","example":"amazon.com"},"platform":{"type":"string","example":"INSTAGRAM"},"mediaType":{"type":"string","example":"VIDEO"},"activeOnly":{"type":"boolean"},"minDaysActive":{"type":"integer","minimum":0},"startedAfter":{"type":"string","example":"2026-01-01"},"sortBy":{"type":"string","enum":["startDate","daysActive","collation"],"default":"startDate"},"limit":{"type":"integer","default":30,"minimum":1,"maximum":200},"offset":{"type":"integer","default":0,"minimum":0}}},"example":{"query":"protein","platform":"INSTAGRAM","activeOnly":true,"sortBy":"daysActive","limit":10}}}},"responses":{"200":{"description":"Matching ads with creatives.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"ads":[{"adArchiveId":"2136469153231010","pageId":"113709940275220","pageName":"Mino Prime Steaks","igUsername":null,"ctaType":"LEARN_MORE","ctaText":"Learn more","linkUrl":"http://minoprime.com/","linkDomain":"minoprime.com","title":null,"bodyText":"Just a guy who loves meat, started a business during a pandemic to provide for his family and is striving to bring high quality meat and service to every family’s kitchen. Life goes through Ebbs and flows but my goal is constant. Looking for a change in what you offer your family, check out minoprime.com\n\n#chicago  #steak #steakhouse #meatlover #steaklover #meater #carnivorediet #protein #quality #meatdelivery #eater #infatuationchi #grilling #meateater #chicagoland #chicagomoms #napervillemoms #naperville #downersgroveillinois #lisle #stcharlesil #genevail #michiganfoodie #indianafoodie #ohiofoodie #wisconsinfoodie #eattheburbs #familyfood","displayFormat":"VIDEO","publisherPlatforms":["FACEBOOK","INSTAGRAM"],"startDate":"2023-08-25T07:00:00Z","isActive":true,"daysActive":1048,"collationCount":1,"endedAt":null,"creatives":[{"mediaType":"video","metaSrcUrl":"https://video.flim28-2.fna.fbcdn.net/o1/v/t2/f2/m366/AQMapwV-zcz-lnxaJPhDIr8wa6pFm2jxbALACoyqVRaSFBXKAGFfhhhwAxi0q0oE6bdaZLGIf72xjp390fauvGXXHIzxw9dVVsF6HyIr_0iagw.mp4?_nc_cat=107&_nc_oc=AdpfhGm1QbNdg1oUjhMLlvVDQw6YteYyGiTwOMwJ2rwtR6WuSAs8ovpXN8BkCuqA5L0&_nc_sid=b66105&_nc_ht=video.flim28-2.fna.fbcdn.net&_nc_ohc=QYiKW92_m1wQ7kNvwEGn2ef&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5WSV9VU0VDQVNFX1BST0RVQ1RfVFlQRS4uQzMuNzIwLmRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHAiLCJ4cHZfYXNzZXRfaWQiOjkxMDY3MjA5MzYwOTc2NiwiYXNzZXRfYWdlX2RheXMiOjEyMzAsInZpX3VzZWNhc2VfaWQiOjEwMTAxLCJkdXJhdGlvbl9zIjo0MCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&vs=e4ea892719c650b5&_nc_vs=HBksFQIYRWZiX2VwaGVtZXJhbC9FMDQ2OUQ0ODJCNkQxRERERDk5ODZBNkQ4RENCNzg5Rl9tdF8xX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBEgAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dOSnh0aHJpMGFEeHJac0NBSFhOd2llcThNb3lidjRHQUFBRhUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbM_Kvqi5CeAxUCKAJDMywXQER3bItDlYEYGWRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHARAHUAZeqdAQA&_nc_gid=la3xpF5FamRbsvxkkXD_Zg&_nc_ss=7a289&_nc_map=urlgen_bucketless&_nc_zt=28&oh=00_AQD8lRgezQ_zJPEwckIVqDUIoogsM5XPVfntugkKkZp3hw&oe=6A54B741","b2Url":null}]},{"adArchiveId":"824507656357356","pageId":"110230601535066","pageName":"olivia.adriance","igUsername":null,"ctaType":"VIEW_INSTAGRAM_PROFILE","ctaText":"Visit Instagram profile","linkUrl":"http://instagram.com/olivia.adriance","linkDomain":"instagram.com","title":null,"bodyText":"DAIRY-FREE COOKIE DOUGH PROTEIN YOGURT CUPS✨a delicious way to sneak an extra 9g of protein into your day! I imagine many of you are looking to up your protein intake given the recent buzz around high protein diets. I can tell you after over a decade of eating protein-centric meals, a high protein diet isn’t just a trend for me. Prioritizing protein in my diet is a tool to keep me satiated, boost my metabolism, and help me build and strong and resilient body! I always like to ensure that my snacks and treats include protein for better blood sugar balance and satiety. Add these pro-yo cups to your high-protein treat repertoire 🤩 \n\nIngredients: (makes 6)\n1 cup coconut yogurt \n2 scoops of vanilla protein powder (I used @ritual)\n1/4 cup cashew butter (can sub a different nut butter)\n1 tsp vanilla \n1 tbsp maple syrup (optional)\n1/3 cup dairy-free chocolate chips (I used @hukitchen df choc chips)\n3 tbsp almond flour \npinch of salt \nFor the chocolate coating:\n1 1/2 cups dairy-free chocolate chips \n2 tbsp coconut oil \n\nDirections:\nMelt 1 1/2 cups of chocolate chips and 2 tbsp coconut oil in a small sauce pot over low heat, stirring often \nIn a small mixing bow, stir together you coconut yogurt, protein powder, cashew butter, almond flour, vanilla, 1/3 cup of chocolate chips, a pinch of salt, and optional maple syrup\nWhen your chocolate has melted, coat the edges of a muffin liner with a layer of chocolate \nFreeze for 30 seconds and coat with another layer, then freeze for 1 minute\nRepeat for all six cups \nDivide your cookie dough protein yogurt mixture between the 3 cups and top off with chocolate \nFreeze for 15-20 minutes \nRemove the muffin liners and slice or bite into the cups to enjoy! \nStore in the fridge for 3-4 days \n\nFollow for more simple, healthy recipes! \n.\n.\n#proteinyogurt #highprotein #highproteinsnack #snackidea #dairyfree #cookiedoughyogurt #ediblecookiedough #eattolive #asmr #asmrrecipe #howto","displayFormat":"VIDEO","publisherPlatforms":["INSTAGRAM"],"startDate":"2024-02-16T08:00:00Z","isActive":true,"daysActive":873,"collationCount":1,"endedAt":null,"creatives":[{"mediaType":"video","metaSrcUrl":"https://video.flim38-1.fna.fbcdn.net/o1/v/t2/f2/m366/AQNRG2C-jvxY3SYCyth18A1ZPtxP70qoU0l3nwQRrxed-_H75hR_LuKcu7qu0Vbyvn1ESN-qI5AnJet5a7WDRkF9k9bT8kNV_MSYvF4eGYZ0JA.mp4?_nc_cat=106&_nc_oc=AdpueIfp6cCcNQdkyDtp8mYlQgDhskAyIOt8jG1ellv4EZu4lyj9No7-EnZxpg6cIPI&_nc_sid=b66105&_nc_ht=video.flim38-1.fna.fbcdn.net&_nc_ohc=hGogJce1OBQQ7kNvwFMaBdv&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5WSV9VU0VDQVNFX1BST0RVQ1RfVFlQRS4uQzMuNzIwLmRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHAiLCJ4cHZfYXNzZXRfaWQiOjEzNzkwNzE2MzkzNzgxMzIsImFzc2V0X2FnZV9kYXlzIjo5MzksInZpX3VzZWNhc2VfaWQiOjEwMTAxLCJkdXJhdGlvbl9zIjoyOSwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&vs=10d021edbb38bf68&_nc_vs=HBksFQIYRWZiX2VwaGVtZXJhbC9ENTQ1NDU0M0UyRTJBRkQ4ODczODk4RTkwNUNFQURBMV9tdF8xX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBEgAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dOMzdjQmpualZxdWRPMERBQlVRUFF0LVNseDFidjRHQUFBRhUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACao4_qyxJDzBBUCKAJDMywXQD13S8an754YGWRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHARAHUAZeqdAQA&_nc_gid=4Ij52zMmT1TpqrRVXxcXEQ&_nc_ss=7a289&_nc_map=urlgen_bucketless&_nc_zt=28&oh=00_AQApU-fz3_qtuMn86JZeqZoN0BCjB0V6z_QKXIYiTN8bOg&oe=6A54C3D2","b2Url":null}]}],"total":292},"meta":{"cost":"$0.0010","balance":"$0.7962","request_id":"req_b3d05ea813968650f8bba81c79248c4f"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/meta_ads/advertiser":{"get":{"tags":["Meta Ads"],"operationId":"maAdvertiser","summary":"Advertiser","x-dashboard-cost":"$0.0002","description":"A tracked advertiser (Meta Page): page name/username, category, verification, Instagram link, page likes, and total/active ad counts — the discovery pivot for per-advertiser monitoring.","security":[{"bearerAuth":[]}],"parameters":[{"name":"page_id","in":"query","required":true,"description":"Meta Page id of the advertiser (from `/v1/meta_ads/search` results).","schema":{"type":"string"},"example":"9465008123"}],"responses":{"200":{"description":"Advertiser record.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"page_id":"9465008123","page_name":"Amazon.com","page_username":"61557458285618","category":"Business","verification":null,"profile_pic_url":"https://scontent.fdps2-1.fna.fbcdn.net/v/t39.35426-6/652509937_795416030301968_1974627614417241229_n.jpg?stp=dst-jpg_s60x60_tt6&_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=5SzjOYQZd9IQ7kNvwGxRPY1&_nc_oc=Adog-itRXhj4WlrVlpYJbMZHuJYdznsb4uS8lCyp_vmyQ26rFARe2iWvFKsTC4bFmwI&_nc_zt=14&_nc_ht=scontent.fdps2-1.fna&_nc_gid=jlPTf5GhPxAVWDbGW02SsQ&_nc_ss=79289&oh=00_AQA65UuGBJXZQY8V0pluXFyjQRv6rpofBsz66enD03JzKg&oe=6A54F6B2","profile_pic_cdn_url":null,"ig_username":null,"country":null,"likes":182227,"ig_followers":null,"is_tracked":true,"track_cadence_hrs":24,"ad_count":1002,"active_ad_count":870,"first_seen_at":"2026-07-08T17:11:38.292306Z","last_crawled_at":"2026-07-09T03:49:33.779010Z","deep_crawled_at":"2026-07-08T21:35:31.714013Z","ads_seen":1002,"ads_active":870},"meta":{"cost":"$0.0002","balance":"$0.7982","request_id":"req_00e8fc06398dc38618aec277bd9d0815"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Advertiser not tracked.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"123","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}},"/v1/meta_ads/insights":{"get":{"tags":["Meta Ads"],"operationId":"maInsights","summary":"Advertiser insights","x-dashboard-cost":"$0.0010","description":"Aggregate ad-strategy insights for one advertiser: total/active ad counts, longevity (active ads age dynamically from `start_date`; ended ads use their recorded lifetime), display-format / CTA / publisher-platform distributions, top link domains, a 6-month launch series, and the 5 longest-running active ads.\n\n`last_checked_at` is the most recent ingest snapshot.","security":[{"bearerAuth":[]}],"parameters":[{"name":"page_id","in":"query","required":true,"description":"Meta Page id of the advertiser (from `/v1/meta_ads/search` results).","schema":{"type":"string"},"example":"9465008123"}],"responses":{"200":{"description":"Ad-strategy aggregates.","content":{"application/json":{"schema":{"type":"object","required":["data","meta"],"properties":{"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"example":{"data":{"advertiser":{"page_id":"9465008123","page_name":"Amazon.com","page_username":"61557458285618","category":"Business","verification":null,"profile_pic_url":"https://scontent.fdps2-1.fna.fbcdn.net/v/t39.35426-6/652509937_795416030301968_1974627614417241229_n.jpg?stp=dst-jpg_s60x60_tt6&_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=5SzjOYQZd9IQ7kNvwGxRPY1&_nc_oc=Adog-itRXhj4WlrVlpYJbMZHuJYdznsb4uS8lCyp_vmyQ26rFARe2iWvFKsTC4bFmwI&_nc_zt=14&_nc_ht=scontent.fdps2-1.fna&_nc_gid=jlPTf5GhPxAVWDbGW02SsQ&_nc_ss=79289&oh=00_AQA65UuGBJXZQY8V0pluXFyjQRv6rpofBsz66enD03JzKg&oe=6A54F6B2","profile_pic_cdn_url":null,"ig_username":null,"country":null,"likes":182227,"ig_followers":null,"is_tracked":true,"track_cadence_hrs":24,"ad_count":1002,"active_ad_count":870,"first_seen_at":"2026-07-08T17:11:38.292306Z","last_crawled_at":"2026-07-09T03:49:33.779010Z","deep_crawled_at":"2026-07-08T21:35:31.714013Z","ads_seen":1002,"ads_active":870},"total_ads":1002,"active_ads":870,"avg_days_active":117.6,"max_days_active":2129,"avg_collation_count":1.8,"first_ad_started_at":"2020-08-31T07:00:00Z","last_checked_at":"2026-07-09T03:49:33.783463Z","display_format_distribution":{"VIDEO":484,"DPA":361,"DCO":126,"IMAGE":26,"CAROUSEL":5},"cta_type_distribution":{"SHOP_NOW":884,"LEARN_MORE":73,"UNKNOWN":45},"publisher_platform_distribution":{"INSTAGRAM":890,"FACEBOOK":823,"WHATSAPP":9,"AUDIENCE_NETWORK":9,"THREADS":9,"MESSENGER":5},"top_link_domains":{"amazon.com":889,"aboutamazon.com":43,"pharmacy.amazon.com":13,"blog.aboutamazon.com":10,"a.co":2},"ads_started_by_month":{"2026-02":32,"2026-03":292,"2026-04":276,"2026-05":35,"2026-06":194,"2026-07":10},"longest_running_active_ads":[{"ad_archive_id":"601761209218990","title":"Amazon.com","cta_type":"SHOP_NOW","link_domain":"amazon.com","display_format":"DPA","start_date":"2025-07-02T07:00:00Z","days_active_now":372,"collation_count":null},{"ad_archive_id":"1918530298971522","title":"Amazon.com","cta_type":"SHOP_NOW","link_domain":"amazon.com","display_format":"DPA","start_date":"2025-07-02T07:00:00Z","days_active_now":372,"collation_count":null}]},"meta":{"cost":"$0.0010","balance":"$0.7972","request_id":"req_d0f419a3ad0f40b16398594b122165ad"}}}}},"400":{"$ref":"#/components/responses/InvalidRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"402":{"$ref":"#/components/responses/InsufficientBalance"},"404":{"description":"Advertiser not tracked.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"},"example":{"error":{"code":"not_found","message":"123","request_id":"req_5c10900e919bc7a3ff79b7501d582b4c"}}}}},"502":{"$ref":"#/components/responses/UpstreamError"},"503":{"$ref":"#/components/responses/BillingUnavailable"},"504":{"$ref":"#/components/responses/UpstreamTimeout"}}}}}}