# TikTok 64717325 Photo Data Extraction API

**Use case:** 

A ready-to-run example that resolves TikTok handles into structured records, configured for 64717325 photo, with normalized fields on each returned row.

## Input

```json
{
  "tiktok_url": [
    "https://www.tiktok.com/@nasa/photo/7681723633164717325"
  ]
}
```

## Output

```json
{
  "user_id": {
    "label": "User ID",
    "format": "string"
  },
  "sec_uid": {
    "label": "Sec UID",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "nickname": {
    "label": "Nickname",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "bio_link": {
    "label": "Bio Link",
    "format": "string"
  },
  "link_risk": {
    "label": "Link Risk",
    "format": "integer"
  },
  "avatar": {
    "label": "Avatar",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  },
  "nickname_changed_at": {
    "label": "Nickname Changed At",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "likes_given": {
    "label": "Likes Given",
    "format": "integer"
  },
  "videos": {
    "label": "Videos",
    "format": "integer"
  },
  "friends": {
    "label": "Friends",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "is_organization": {
    "label": "Is Organization",
    "format": "boolean"
  },
  "is_private": {
    "label": "Is Private",
    "format": "boolean"
  },
  "is_secret": {
    "label": "Is Secret",
    "format": "boolean"
  },
  "is_seller": {
    "label": "Is Seller",
    "format": "boolean"
  },
  "is_commerce": {
    "label": "Is Commerce",
    "format": "boolean"
  },
  "commerce_category": {
    "label": "Commerce Category",
    "format": "string"
  },
  "commerce_ios": {
    "label": "Commerce iOS",
    "format": "string"
  },
  "commerce_android": {
    "label": "Commerce Android",
    "format": "string"
  },
  "comment_setting": {
    "label": "Comment Setting",
    "format": "integer"
  },
  "duet_setting": {
    "label": "Duet Setting",
    "format": "integer"
  },
  "stitch_setting": {
    "label": "Stitch Setting",
    "format": "integer"
  },
  "download_setting": {
    "label": "Download Setting",
    "format": "integer"
  },
  "following_visibility": {
    "label": "Following Visibility",
    "format": "integer"
  },
  "embed_permission": {
    "label": "Embed Permission",
    "format": "integer"
  },
  "favorites_open": {
    "label": "Favorites Open",
    "format": "boolean"
  },
  "story_status": {
    "label": "Story Status",
    "format": "integer"
  },
  "tab_music": {
    "label": "Tab Music",
    "format": "boolean"
  },
  "tab_question": {
    "label": "Tab Question",
    "format": "boolean"
  },
  "tab_playlist": {
    "label": "Tab Playlist",
    "format": "boolean"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok User Lookup](https://apify.com/agentx/tiktok-user-lookup.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/tiktok-user-lookup.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/agentx/tiktok-user-lookup.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
