# Scrape an Instagram Profile's Reels & Posts

**Use case:** 

Extract reels, posts, stories, follower counts, and engagement from any public Instagram profile by username. No login or cookies needed.

## Input

```json
{
  "username": "natgeo",
  "count": 12
}
```

## Output

```json
{
  "status": {
    "label": "Status"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Media & Profile Scraper](https://apify.com/endspec/instagram-instant-media-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/instagram-instant-media-scraper) to learn more, explore other use cases, and run it yourself.