Skip to main content
GET
/
api
/
instagram
/
profiles
cURL
curl --request GET \
  --url https://api.recoupable.com/api/instagram/profiles \
  --header 'x-api-key: <api-key>'
{
  "runId": "<string>",
  "datasetId": "<string>",
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

handles
string[]
required

Array of Instagram handles to fetch profiles for

Response

Apify scraper run started successfully

runId
string

Unique identifier for the Apify run

datasetId
string

Unique identifier for the dataset containing scraped data

error
string | null

Error message if the run failed (null if successful)