Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping full Instagram profiles using a [custom Apify actor](https://apify.com/mohamedgb00...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.aggregate, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.limit, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Msaid Mohamed el hadi.
Original n8n.io sourceThis n8n workflow automates the process of scraping full Instagram profiles using a custom Apify actor, and logs the results into a Google Sheet. It is designed to run at scheduled intervals and process a list of usernames by calling the API, appending the results, and marking them as processed.
graph TD;
ScheduleTrigger --> GetUsernames;
GetUsernames --> LimitItems;
LimitItems --> AggregateUsernames;
AggregateUsernames --> CallApifyActor;
CallApifyActor --> AppendToSheet;
CallApifyActor --> MarkAsScraped;
Google Sheet
Create a Google Sheet with:
Sheet 1 named Usernames (GID: 0)
Columns: username, scraped
Sheet 2 named fullprofiles (GID: 458127000)
Sample sheet:
๐ Instagram Profile Sheet
n8n Configuration
googleSheetsOAuth2Api).apify_api_your token in the HTTP Request node with your Apify API token.| Sheet Name | Purpose |
|---|---|
Usernames |
Source of usernames to scrape |
fullprofiles |
Destination of full profile data |
> Instagram Full Profile Scraper > This actor fetches extended profile information from public Instagram profiles.
๐ View on Apify
| Node | Purpose |
|---|---|
| Schedule Trigger | Triggers the workflow periodically. |
| Get Usernames | Reads usernames from the Usernames sheet. |
| Limit | Limits processing to 20 usernames per run. |
| Aggregate | Groups usernames into a batch for the API call. |
| Call Apify Actor | Sends the usernames to the Apify actor and receives profile data. |
| Append Full Profiles | Appends the scraped data to the fullprofiles sheet. |
| Mark Username as Scraped | Marks the processed usernames as scraped = TRUE. |
| Sticky Note | Provides a reference link to the Apify actor used. |
Usernames Sheet| username | scraped |
|---|---|
| exampleuser1 | |
| exampleuser2 | TRUE |
fullprofiles Sheet| username | full_name | biography | follower_count | ... |
|---|
For any issues, feel free to reach out: ๐ค @mohamedgb00714 ๐ง [email protected]
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Instagram full profile scraper with Apify and Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Market Research |
| Author | Msaid Mohamed el hadi |
| Published | 19 Jul 2025 |
Use the JSON export at /data/workflows/6187/6187.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping full Instagram profiles using a [custom Apify actor](https://apify.com/mohamedgb00...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.