# Find creator websites and Linktree URLs for B2B

**Use case:** 

Extract and expand Linktree and bio links from creators to reach them off-platform for partnerships.

## Input

```json
{
  "usernames": [
    "mkbhd",
    "garyvee"
  ],
  "limit": 100,
  "expandLinktree": true,
  "onlyWithLinks": true
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "posts": {
    "label": "Posts",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Bio Links Scraper - Extract Website URLs 2026](https://apify.com/instaprism/instagram-bio-links-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-bio-links-scraper) to learn more, explore other use cases, and run it yourself.