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>"
}

Documentation Index

Fetch the complete documentation index at: https://myco-29fc6df6-sweetmantech-myc-3925-docs-document-the-apiar.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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)