Get Instagram reels: pay per use, no API key
Use Apify from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Fetch public reels from an Instagram profile, reel, or hashtag URL using Apify's Instagram Scraper actor. Price is per reel (quoted from `limit`, max 1000).
Price and execution
- Price
- $0.0023
- Pricing model
- Fixed price per successful call
- Execution class
- queued
Limits
No additional limits are published for this tool.
Parameters
Fields apify.instagram-reels accepts as JSON input.
urlstring (uri)RequiredPublic Instagram profile, reel, or hashtag URL to fetch reels from.
limitintegerOptionalMaximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit.
only_newer_thanstringOptionalOnly return reels newer than an ISO date or relative age such as `7 days`.
Raw input JSON Schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"pattern": "^https://(www\\.)?instagram\\.com/",
"description": "Public Instagram profile, reel, or hashtag URL to fetch reels from."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 1000,
"minimum": 1,
"description": "Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit."
},
"only_newer_than": {
"type": "string",
"pattern": "^(\\d{4}-\\d{2}-\\d{2}|\\d+ (minute|hour|day|week|month|year)s?)quot;,
"description": "Only return reels newer than an ISO date or relative age such as `7 days`."
}
},
"additionalProperties": false
}Returns
Fields a successful apify.instagram-reels call returns.
countintegerRequiredresultsarrayRequiredretrieved_atstring (date-time)Requiredprovider_request_idstring | nullRequired
Raw output JSON Schema
{
"type": "object",
"required": [
"results",
"count",
"provider_request_id",
"retrieved_at"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"results": {
"type": "array",
"maxItems": 1000
},
"retrieved_at": {
"type": "string",
"format": "date-time"
},
"provider_request_id": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the apify.instagram-reels tool with this input: {"url":"https://www.instagram.com/instagram/","limit":1}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
How this compares to using Apify directly
You do not need a separate Apify account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.0023Get Instagram commentsFetch public comments from an Instagram post or reel using Apify's Instagram Scraper actor. Price is per comment (quoted from `limit`, max 1000).Apify
apify.instagram-comments - $0.0016Scrape Instagram profilesFetch public Instagram profile metadata using Apify's dedicated Instagram Profile Scraper actor. Price is per profile.Apify
apify.instagram-profilesInstant - $0.00115Get a Reddit user's postsFetch public posts from one Reddit user using an Apify Reddit actor. Price is per post plus a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-user-postsInstant - $0.000575Get Reddit commentsFetch a comment tree for one public Reddit post using an Apify Reddit actor. Price is per comment plus one post and a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-comments - $0.00115Get subreddit postsFetch public posts from one subreddit using an Apify Reddit actor. Price is per post plus a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-postsInstant