# Find Brazilian creators on Instagram Explore

**Use case:** 

Discover creators Instagram surfaces on the Brazil Explore feed, with usernames, topic labels, captions, hashtags, and engagement.

## Input

```json
{
  "max_results": 100,
  "country": "Brazil"
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "requested_country": {
    "label": "Requested Country",
    "format": "string"
  },
  "requested_accept_language": {
    "label": "Requested Accept Language",
    "format": "string"
  },
  "explore_section": {
    "label": "Explore Section",
    "format": "string"
  },
  "explore_topic": {
    "label": "Explore Topic",
    "format": "string"
  },
  "post_id": {
    "label": "Post Id",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "post_url": {
    "label": "Post Url",
    "format": "string"
  },
  "post_type": {
    "label": "Post Type",
    "format": "string"
  },
  "product_type": {
    "label": "Product Type",
    "format": "string"
  },
  "media_type": {
    "label": "Media Type",
    "format": "integer"
  },
  "owner_id": {
    "label": "Owner Id",
    "format": "string"
  },
  "owner_username": {
    "label": "Owner Username",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner Name",
    "format": "string"
  },
  "owner_url": {
    "label": "Owner Url",
    "format": "string"
  },
  "owner_verified": {
    "label": "Owner Verified",
    "format": "boolean"
  },
  "owner_avatar": {
    "label": "Owner Avatar",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "caption_translation": {
    "label": "Caption Translation",
    "format": "string"
  },
  "caption_created_at": {
    "label": "Caption Created At",
    "format": "string"
  },
  "caption_edited": {
    "label": "Caption Edited",
    "format": "boolean"
  },
  "alt_text": {
    "label": "Alt Text",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "like_count": {
    "label": "Like Count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment Count",
    "format": "integer"
  },
  "view_count": {
    "label": "View Count",
    "format": "integer"
  },
  "counts_hidden": {
    "label": "Counts Hidden",
    "format": "boolean"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "cover_url": {
    "label": "Cover Url",
    "format": "string"
  },
  "media_count": {
    "label": "Media Count",
    "format": "integer"
  },
  "image_count": {
    "label": "Image Count",
    "format": "integer"
  },
  "video_count": {
    "label": "Video Count",
    "format": "integer"
  },
  "is_carousel": {
    "label": "Is Carousel",
    "format": "boolean"
  },
  "has_video": {
    "label": "Has Video",
    "format": "boolean"
  },
  "has_audio": {
    "label": "Has Audio",
    "format": "boolean"
  },
  "location_id": {
    "label": "Location Id",
    "format": "string"
  },
  "location_name": {
    "label": "Location Name",
    "format": "string"
  },
  "location_lat": {
    "label": "Location Lat",
    "format": "number"
  },
  "location_lng": {
    "label": "Location Lng",
    "format": "number"
  },
  "location_address": {
    "label": "Location Address",
    "format": "string"
  },
  "location_city": {
    "label": "Location City",
    "format": "string"
  },
  "tagged_users": {
    "label": "Tagged Users",
    "format": "array"
  },
  "coauthors": {
    "label": "Coauthors",
    "format": "array"
  },
  "is_pinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "is_branded": {
    "label": "Is Branded",
    "format": "boolean"
  },
  "audio_type": {
    "label": "Audio Type",
    "format": "string"
  },
  "audio_title": {
    "label": "Audio Title",
    "format": "string"
  },
  "artist_name": {
    "label": "Artist Name",
    "format": "string"
  },
  "audio_id": {
    "label": "Audio Id",
    "format": "string"
  },
  "canonical_id": {
    "label": "Canonical Id",
    "format": "string"
  },
  "audio_ms": {
    "label": "Audio Ms",
    "format": "integer"
  },
  "artwork_url": {
    "label": "Artwork Url",
    "format": "string"
  },
  "sound_owner": {
    "label": "Sound Owner",
    "format": "string"
  },
  "audio_reusable": {
    "label": "Audio Reusable",
    "format": "boolean"
  },
  "audio_trending": {
    "label": "Audio Trending",
    "format": "boolean"
  },
  "mashup_count": {
    "label": "Mashup Count",
    "format": "integer"
  },
  "media_items": {
    "label": "Media Items",
    "format": "array"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Trending Scraper](https://apify.com/agentx/instagram-trending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/instagram-trending-scraper) 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/agentx/instagram-trending-scraper.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).
