Search Hashtag
instagram.hashtag.search
Searches Instagram posts for a hashtag.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"hashtag":"photography"},"capability":"instagram.hashtag.search"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
hashtag
| string | required | Hashtag to search |
limit
| integer | optional | Max results to return |