# Collect Threads bio links and Instagram references

**Use case:** 

Collect the bio-link titles, destinations, and published Instagram reference from known Threads profiles. Keep account IDs and usernames with the links to prepare cross-platform profile records or a website-reference directory for manual matching.

## Input

```json
{
  "inputList": [
    "zuck",
    "nasa"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "profile_picture_url": {
    "label": "Profile Picture URL",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "pk": {
    "label": "PK",
    "format": "string"
  },
  "biography": {
    "label": "Biography",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "is_verified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "is_private": {
    "label": "Is Private",
    "format": "boolean"
  },
  "instagram_url": {
    "label": "Instagram URL",
    "format": "string"
  },
  "bio_links.title": {
    "label": "Bio Links / Title",
    "format": "array"
  },
  "bio_links.url": {
    "label": "Bio Links / URL",
    "format": "array"
  },
  "bio_links.redirect_url": {
    "label": "Bio Links / Redirect URL",
    "format": "array"
  },
  "bio_links.link_type": {
    "label": "Bio Links / Link Type",
    "format": "array"
  },
  "bio_links.is_pinned": {
    "label": "Bio Links / Is Pinned",
    "format": "array"
  },
  "topics.id": {
    "label": "Topics / ID",
    "format": "array"
  },
  "topics.name": {
    "label": "Topics / Name",
    "format": "array"
  },
  "topics.url": {
    "label": "Topics / URL",
    "format": "array"
  },
  "profile_picture_url_hd": {
    "label": "Profile Picture URL HD",
    "format": "string"
  },
  "profile_picture_versions.url": {
    "label": "Profile Picture Versions / URL",
    "format": "array"
  },
  "profile_picture_versions.width": {
    "label": "Profile Picture Versions / Width",
    "format": "array"
  },
  "profile_picture_versions.height": {
    "label": "Profile Picture Versions / Height",
    "format": "array"
  },
  "biography_fragments.text": {
    "label": "Biography Fragments / Text",
    "format": "array"
  },
  "biography_fragments.type": {
    "label": "Biography Fragments / Type",
    "format": "array"
  },
  "biography_fragments.url": {
    "label": "Biography Fragments / URL",
    "format": "array"
  },
  "biography_fragments.user_id": {
    "label": "Biography Fragments / User ID",
    "format": "array"
  },
  "biography_fragments.username": {
    "label": "Biography Fragments / Username",
    "format": "array"
  },
  "biography_fragments.profile_url": {
    "label": "Biography Fragments / Profile URL",
    "format": "array"
  },
  "has_threads_profile": {
    "label": "Has Threads Profile",
    "format": "boolean"
  },
  "show_threads_badge": {
    "label": "Show Threads Badge",
    "format": "boolean"
  },
  "is_meta_ai_bot": {
    "label": "Is Meta Ai Bot",
    "format": "boolean"
  },
  "transparency_label": {
    "label": "Transparency Label",
    "format": "string"
  },
  "transparency_product": {
    "label": "Transparency Product",
    "format": "string"
  },
  "is_verified_by_meta": {
    "label": "Is Verified By Meta",
    "format": "boolean"
  },
  "eligible_for_text_app_badge": {
    "label": "Eligible For Text App Badge",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Profile Scraper – Bios, Followers & Links](https://apify.com/scrapingmonkey/threads-profile-details-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/threads-profile-details-scraper.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/scrapingmonkey/threads-profile-details-scraper.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).
