Instagram Profile Scraper API

Instagram Scraper API lets you gather public data of an account from Instagram as structured JSON via our solid infrastructure. It is extremely easy to use and integrate into your own solution.

API Access Key & Authentication

After signing up for an account, each user will be assigned a unique API Access Key. This key will be used to authenticate with the API via REST and access any of the available endpoints.

If you are a current user of AvesAPI, obtain the API Key from your account page to access our API. If you are not a member of AvesAPI you can create your account to benefit from our service.

To authenticate with the API, simply append your API key to the API's base URL using the apikey parameter shown below.

https://api.avesapi.com/instagram/view-profile?apikey=YOUR_API_KEY

Common API Error Codes

The response will be returned as 400 Status code except missing or invalid apikey If there is a problem with your request.

Cost

If the request returns as success or with status code 400 containing types such as (restricted_profile, not_found) then your balance will be deducted. Otherwise your balance will not be deducted.

API Endpoints

To query the API for Google search results, simply append the query parameter to the API's base URL and set it to a search query of your choice.

Example request:

https://api.avesapi.com/instagram/view-profile?apikey=YOUR_API_KEY&username=nike

Response and Definitions

Your API response strongly depends on your search query and the parameters you choose to make use of. Find below a representative example API response, returned for the query nike and containing some of Google's key response objects. Each available response object will be explained further below in this section.

Response and Object

Last updated