The response envelope
Every successful call returns the same top-level shape. The scraped data lives under data; everything else is metadata about the call.
platformstringThe platform you called (e.g. instagram).scraperstringThe endpoint id that ran.inputobjectThe parameters you sent, echoed back.dataobjectThe scraped result. Clean, structured JSON.recordsnumberHow many records the response contains.costUsdnumberWhat this call cost, in USD (min $0.01).requestIdstringRun id. Reference it in support / the dashboard.elapsedMsnumberHow long the call took upstream.Was this helpful?