Hundreds of public web-data endpoints behind one API key — one consistent contract, no scrapers to maintain.
Browse APIsnpm install zpi-sdkimport { ZpiClient } from "zpi-sdk";
const zpi = new ZpiClient({ apiKey: "zpi_xxx" });
const data = await zpi.run(
"social:instagram", "profile",
{ username: "zaadevofc" }
);
// → { followers: 1248930, verified: true }