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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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)