Logo
Modash API Documentation

Search

GET {{baseUrl}}/v1/raw/ig/search?keyword=<string>

Search for users and hashtags.

 

Body PARAM

Key Datatype Required Description 
keyword
string (Required)



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "list": [ { "position": "<number>", "user": { "pk": "<string>", "profile_pic_url": "<string>", "username": "<string>", "full_name": "<string>", "is_private": false, "is_verified": false }, "hashtag": { "name": "<string>", "id": "<number>", "media_count": "<number>", "search_result_subtitle": "<string>" } }, { "position": "<number>", "user": { "pk": "<string>", "profile_pic_url": "<string>", "username": "<string>", "full_name": "<string>", "is_private": false, "is_verified": false }, "hashtag": { "name": "<string>", "id": "<number>", "media_count": "<number>", "search_result_subtitle": "<string>" } } ] }



Curl
curl -X GET 'https://api.modash.io/v1/raw/ig/search?keyword=<string>?keyword=<string>' -H 'Accept: application/json'

ENDPOINTS