# Snapchat Creators

**Use case:** 

Use the keyword `snapchat creators` to find public Snapchat accounts. This task saves up to 100 matching account rows with usernames and available public profile details in the dataset.

## Input

```json
{
  "findProfilesBy": "keywords",
  "keywords": [
    "snapchat creators"
  ],
  "includeCuratedHighlights": false,
  "maxItems": 100
}
```

## Output

```json
{
  "matchedInput": {
    "label": "Matched input",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "biography": {
    "label": "Biography",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "profileImageUrls": {
    "label": "Profile image URLs",
    "format": "array"
  },
  "subscriberCount": {
    "label": "Subscriber count",
    "format": "integer"
  },
  "followerCount": {
    "label": "Follower count",
    "format": "integer"
  },
  "isPublicProfile": {
    "label": "Public profile",
    "format": "boolean"
  },
  "accessStatus": {
    "label": "Access status",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "businessProfile": {
    "label": "Business profile",
    "format": "object"
  },
  "relatedAccounts": {
    "label": "Related accounts",
    "format": "array"
  },
  "curatedHighlights": {
    "label": "Curated highlight snaps",
    "format": "array"
  },
  "activeStories": {
    "label": "Active story snaps",
    "format": "array"
  },
  "spotlightContent": {
    "label": "Spotlight content",
    "format": "array"
  },
  "videoTranscripts": {
    "label": "Video transcripts",
    "format": "array"
  },
  "lenses": {
    "label": "Public lenses",
    "format": "array"
  },
  "contactEmails": {
    "label": "Contact emails",
    "format": "array"
  },
  "accountCreatedAt": {
    "label": "Account created at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Snapchat Accounts Scraper](https://apify.com/maximedupre/snapchat-accounts-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/snapchat-accounts-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/maximedupre/snapchat-accounts-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
