Hashtag Feed
GET {{baseUrl}}/v1/raw/ig/hashtag-feed?hashtag=<string>&type=recent&after=<string>
Get hashtag feed
Body
PARAM
Key | Datatype | Required | Description |
hashtag
|
string | (Required) | |
type
|
string | (Required) | |
after
|
string | Use `end_cursor` from the last page to get the next page |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"items": [
{
"pk": "<string>",
"can_viewer_reshare": "<boolean>",
"caption": {
"text": "<string>"
},
"code": "<string>",
"comment_count": "<number>",
"like_count": "<number>",
"media_type": "<number>",
"product_type": "<string>",
"taken_at": "<number>",
"user": {
"pk": "<string>",
"profile_pic_url": "<string>",
"username": "<string>",
"full_name": "<string>",
"is_private": false,
"is_verified": false
},
"carousel_media_count": "<number>",
"carousel_media": [
{
"pk": "<string>",
"display_url": "<string>",
"image_versions2": {
"candidates": [
{
"width": "<number>",
"height": "<number>",
"url": "<string>"
},
{
"width": "<number>",
"height": &q Curl curl -X GET 'https://api.modash.io/v1/raw/ig/hashtag-feed?hashtag=<string>&type=recent&after=<string>?hashtag=<string>&type=recent&after=<string>' -H 'Accept: application/json' ENDPOINTS |