ReplyNodes

Build with public context

ReplyNodes is a read-only data gateway for applications and agents that need normalized public web context, search, social, app-store, maps, video, and market-research reads. Every public data operation is an authenticated HTTP GET; provider runtimes are private behind the gateway.

The API base URL is https://api.replynodes.com. The checked-in OpenAPI contract is the source of truth for paths, parameters, schemas, and tags. The interactive API Reference renders that same contract.

Choose your path

  • REST — use any HTTP client and send a bearer key.
  • SDK generation — the repository contains the OpenAPI Generator boundary for TypeScript, Python, Go, Ruby, and PHP downstream SDKs. Published package repositories are not part of this monorepo; check their availability before adding one to a product.
  • MCP — connect a compatible client to the gateway's stateless Streamable HTTP endpoint at /mcp.
  • Agent Skill — use the authoritative generated packages under services/social-data-skills/generated/ for client-specific instructions and schemas.

ReplyNodes never accepts platform cookies, OAuth tokens, or write operations for these public reads.

On this page