# Instagram Raw Data

Instagram Raw Data API allows you to get public data anonymously from Instagram.
Access to this API is restricted. To get access to this API contact our support at [hello@modash.io](mailto:hello@modash.io).
Our RAW API subscriptions come with a monthly limit for requests, every successful request consumes one from the limit. A 404 status code is treated as a successful request, indicating that the requested content could not be found.

 - [GET /raw/ig/search](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_search.md): Search for users and hashtags.
 - [GET /raw/ig/search-hashtags](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_searchhashtags.md): Search for hashtags
 - [GET /raw/ig/user-info](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_userinfo.md): Get details about the user profile
 - [GET /raw/ig/user-feed](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_userfeed.md): Get users media feed in a paginated manner. 12 posts on the page.
 - [GET /raw/ig/user-reels](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_userreels.md): Get users reels
 - [GET /raw/ig/user-tags-feed](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_usertagsfeed.md): Get users tags feed
 - [GET /raw/ig/hashtag-feed](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_hashtagfeed.md): Get posts for a hashtag. This endpoint mirrors Instagram's curated hashtag results; it is **not** an exhaustive archive of every post that used the hashtag. **`type=top` (recommended for coverage)** -
 - [GET /raw/ig/media-info](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_mediainfo.md): Get media info
 - [GET /raw/ig/media-comments](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_commentfeed.md): Get media comments. Pagination is not sequential, pages are dynamic and may be returned in any order so keep track of the cursors to paginate accurately.
 - [GET /raw/ig/media-comment-replies](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_childcommentfeed.md): Get comment replies
 - [GET /raw/ig/audio-info](https://docs.modash.io/products/raw_api/openapi_doc/raw/instagram-raw-data/instagramrawcontroller_audioinfo.md): Get audio info and feed. Similar to searching by original audio.
