BuyProxy logo
Log inSign up

Integrations

Build your own integration

Any integration on top of BuyProxy needs an API key, scoped to the endpoints and pools your integration will manage. Generate one from your dashboard's API Keys section.

Provisioning sessions

Most integrations start by provisioning a session on behalf of the user:

const session = await client.sessions.create({
  type: "rotating",
  country: params.country,
});

return { proxyUrl: session.connectionString };

Listing your integration

Once your integration is production-ready, submit it for review to have it listed in BuyProxy's integrations directory — reach out via our contact page to get started.

Was this page helpful?