Get Instagram hashtag posts: pay per use, no API key
Use TikHub from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Fetch public Instagram posts for a hashtag through TikHub.
Price and execution
- Price
- $0.002
- Pricing model
- Fixed price per successful call
- Execution class
- fast
Limits
No additional limits are published for this tool.
Parameters
Fields instagram.hashtag-posts accepts as JSON input.
querystringRequiredHashtag text without the leading `#`.
cursorstringOptionalOpaque pagination cursor returned by a previous response; omit for the first page.
feed_type"top" | "recent" | "clips"OptionalInstagram hashtag feed to return.
Raw input JSON Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"maxLength": 100,
"minLength": 1,
"description": "Hashtag text without the leading `#`."
},
"cursor": {
"type": "string",
"maxLength": 2000,
"description": "Opaque pagination cursor returned by a previous response; omit for the first page."
},
"feed_type": {
"enum": [
"top",
"recent",
"clips"
],
"type": "string",
"default": "top",
"description": "Instagram hashtag feed to return."
}
},
"additionalProperties": false
}Returns
Fields a successful instagram.hashtag-posts call returns.
countintegerRequiredresultsanyRequiredRaw TikHub payload. List endpoints usually nest rows under keys such as `itemList`.
retrieved_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": {
"description": "Raw TikHub payload. List endpoints usually nest rows under keys such as `itemList`."
},
"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 instagram.hashtag-posts tool with this input: {"query":"cat","feed_type":"top"}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
How this compares to using TikHub directly
You do not need a separate TikHub 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.001Get an Instagram postFetch one public Instagram post by URL through TikHub.TikHub
instagram.postInstant - $0.001Get Instagram user postsFetch recent public posts for an Instagram user ID through TikHub. Distinct from `instagram.posts`, which uses Apify.TikHub
instagram.user-postsInstant - $0.002Get a Threads postFetch one public Threads post by ID through TikHub.TikHub
threads.postInstant - $0.001Get an Instagram profileFetch a public Instagram profile through TikHub. Use this for a single username lookup; `apify.instagram-profiles` is the Apify equivalent.TikHub
instagram.profileInstant - $0.001Get an X postFetch one public X (Twitter) post by tweet ID through TikHub.TikHub
twitter.tweetInstant