# Get bio links from a competitor's followers

**Use case:** 

Scrape the bio website links of a competitor's followers to discover businesses to target.

## Input

```json
{
  "usernames": [
    "instagram"
  ],
  "sourceUsername": "shopify",
  "limit": 1000,
  "expandLinktree": false,
  "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.