# Extract Photographer Booking Links

**Use case:** 

Want commercial licensing from top photo creators? Get direct portfolio booking links and licensing contacts to license original visuals fast.

## Input

```json
{
  "handles": [
    "NatGeo",
    "petapixel",
    "ChaseJarvis"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "username": {
    "label": "Creator Handle",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "email": {
    "label": "Business Email",
    "format": "string"
  },
  "bookingLink": {
    "label": "Booking Link",
    "format": "string"
  },
  "website": {
    "label": "Website / Linktree",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Contact Finder - Get The Email, Not The DM](https://apify.com/reapx/creator-contact-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/creator-contact-finder) to learn more, explore other use cases, and run it yourself.