---
title: "Apify Instagram Scraper"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/apify/scraping/apifyinstagramscraper
markdown: https://docs.nodetool.ai/nodes/apify/scraping/apifyinstagramscraper.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/apify/scraping/apifyinstagramscraper.md
---

# Apify Instagram Scraper

**Type:** `apify.scraping.ApifyInstagramScraper`

**Namespace:** `apify.scraping`

## Description

Scrape Instagram profiles, posts, comments, and hashtags — user data, post details, and engagement metrics.
    apify, instagram, social, media, scraping, posts, profiles

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| usernames | `list[str]` | List of Instagram usernames to scrape | null |
| hashtags | `list[str]` | List of hashtags to scrape | null |
| results_limit | `int` | Maximum number of posts to scrape per profile/hashtag | `50` |
| scrape_comments | `bool` | Whether to scrape comments on posts | `false` |
| scrape_likes | `bool` | Whether to scrape likes on posts | `false` |
| wait_for_finish | `int` | Maximum time to wait for scraping to complete (seconds) | `600` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[dict[str, any]]` |  |

## Related Nodes

Browse other nodes in the [apify.scraping](./) namespace.
