You call one endpoint. We keep 277 scrapers alive behind it, and every one of them answers in the same shape.
600 requests a month, free. No credit card.
npm i zpi-sdkimport { ZpiClient } from "zpi-sdk";
const zpi = new ZpiClient({ apiKey: "zpi_xxx" });
const data = await zpi.run(
"social:instagram", "profile",
{ username: "zaadevofc" }
);
// → { data: { username, followers, … } }Search by name, slug, or what it returns.