# Instagram and Threads Followers for Pet Care Brands

**Use case:** 

Resolve pet care brand domains to Instagram and Threads accounts with follower and post counts. Threads costs no extra discovery.

## Input

```json
{
  "company_domain": "chewy.com",
  "company_name": "Chewy",
  "handle": "",
  "platforms": [
    "instagram",
    "threads"
  ],
  "includeFollowerCounts": "true",
  "skipCache": "false",
  "source_tag": "meta-brand-presence-mapper:instagram-and-threads-followers-for-pet-care-brands"
}
```

## Output

```json
{
  "degraded": {
    "label": "Degraded",
    "format": "boolean"
  },
  "degradation_reason": {
    "label": "Degradation Reason",
    "format": "string"
  },
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "platforms_checked": {
    "label": "Platforms Checked",
    "format": "integer"
  },
  "platforms_found": {
    "label": "Platforms Found",
    "format": "integer"
  },
  "instagram_url": {
    "label": "Instagram URL",
    "format": "string"
  },
  "instagram_handle": {
    "label": "Instagram Handle",
    "format": "string"
  },
  "instagram_followers": {
    "label": "Instagram Followers",
    "format": "integer"
  },
  "instagram_followers_display": {
    "label": "Instagram Followers, As Shown",
    "format": "string"
  },
  "instagram_followers_exact": {
    "label": "Instagram Followers Exact",
    "format": "boolean"
  },
  "instagram_following": {
    "label": "Instagram Following",
    "format": "integer"
  },
  "instagram_posts": {
    "label": "Instagram Posts",
    "format": "integer"
  },
  "instagram_discovery": {
    "label": "Instagram Discovery",
    "format": "string"
  },
  "instagram_status": {
    "label": "Instagram Status",
    "format": "string"
  },
  "threads_url": {
    "label": "Threads URL",
    "format": "string"
  },
  "threads_handle": {
    "label": "Threads Handle",
    "format": "string"
  },
  "threads_followers": {
    "label": "Threads Followers",
    "format": "integer"
  },
  "threads_followers_display": {
    "label": "Threads Followers, As Shown",
    "format": "string"
  },
  "threads_followers_exact": {
    "label": "Threads Followers Exact",
    "format": "boolean"
  },
  "threads_posts": {
    "label": "Threads Posts",
    "format": "integer"
  },
  "threads_status": {
    "label": "Threads Status",
    "format": "string"
  },
  "facebook_url": {
    "label": "Facebook URL",
    "format": "string"
  },
  "facebook_handle": {
    "label": "Facebook Handle",
    "format": "string"
  },
  "facebook_followers": {
    "label": "Facebook Followers",
    "format": "integer"
  },
  "facebook_followers_display": {
    "label": "Facebook Followers, As Shown",
    "format": "string"
  },
  "facebook_followers_exact": {
    "label": "Facebook Followers Exact",
    "format": "boolean"
  },
  "facebook_likes": {
    "label": "Facebook Likes",
    "format": "integer"
  },
  "facebook_discovery": {
    "label": "Facebook Discovery",
    "format": "string"
  },
  "facebook_status": {
    "label": "Facebook Status",
    "format": "string"
  },
  "run_date": {
    "label": "Run Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Threads Facebook Brand Presence Mapper](https://apify.com/mambalabs/meta-brand-presence-mapper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/meta-brand-presence-mapper) 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/mambalabs/meta-brand-presence-mapper.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).
