| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
UnifAPI gives AI agents and developers one unified, agent-friendly surface for public-data work: a single REST API over 16 public-data platforms (209 operations), generated SDKs for 8 languages, a hosted MCP server, and open-source Agents (Skills) you run inside Claude, Codex, Cursor, or any MCP-capable assistant.
Use UnifAPI when you need KOL / influencer pricing, creator and audience research, social listening, competitive intelligence, SEO and SERP tracking, AI-answer visibility (GEO), or rendered-browser fetches — without stitching together one-off scrapers and inconsistent third-party APIs.
UnifAPI is a public-data API gateway for AI agents. Instead of integrating a dozen heterogeneous scrapers and APIs with different shapes, auth, and billing, teams get one normalized surface with one key, one bill, and consistent data shapes — built for agent DX (single connection path, transparent usage-based pricing, observability).
The same public-data layer is consumable three ways:
Eyes, not hands. UnifAPI reads public data — it researches, monitors, audits, and prices. It never holds your posting credentials and never writes on your behalf.
| Area | What UnifAPI Provides |
|---|---|
| REST API | 209 operations across 16 platforms, one JSON envelope with data, pagination, billing metadata, and typed errors |
| Public-data platforms | X / Twitter, LinkedIn, Instagram, TikTok, YouTube, Reddit, Threads, Hacker News, plus SEO / SERP, GEO (AI-answer visibility), Maps / Local, News, Hotels, and Events |
| SDKs | Generated clients for TypeScript, Python, Go, Java, C#, PHP, Ruby, and Swift |
| MCP server | Hosted Streamable HTTP MCP with list_operations, get_operation, and call_api |
| Agents & Skills | Open-source, read-only marketing Agents (Skills) for Claude, Codex, Cursor, OpenClaw, Hermes, and other MCP agents |
| Browser fetch | Rendered-browser fetch (JS execution, anti-bot handling) to HTML, Markdown, screenshot, or extracted links |
| Billing | Transparent usage-based credit pricing surfaced per operation |
Every SDK is generated from the UnifAPI OpenAPI spec and published one repo per language.
| Repository | Ecosystem | Use It For |
|---|---|---|
| unifapi-sdk-typescript | TypeScript / Node.js | Server apps, scripts, agents, webhooks, and typed API workflows |
| unifapi-sdk-python | Python | Data research, notebooks, backend jobs, and AI tooling |
| unifapi-sdk-go | Go | Services, workers, CLIs, and typed backend integrations |
| unifapi-sdk-java | Java | JVM services and enterprise integrations |
| unifapi-sdk-csharp | C# / .NET | .NET services, desktop tools, and automation workflows |
| unifapi-sdk-php | PHP | Laravel, Symfony, WordPress, and PHP backend integrations |
| unifapi-sdk-ruby | Ruby | Rails apps, jobs, and scripting workflows |
| unifapi-sdk-swift | Swift | iOS / macOS apps and Swift services |
npm install @unifapi/sdkimport { client, getXUsersByUsername } from "@unifapi/sdk";
client.setConfig({ auth: () => process.env.UNIFAPI_API_KEY });
const { data } = await getXUsersByUsername({ path: { username: "unifapi" } });UnifAPI ships a hosted MCP server and open-source Agents (Skills) for AI coding assistants. The Skills teach an assistant how to choose operations, fetch only the evidence a task needs, and return a decision artifact with billing metadata.
One consistent API surface over the public web — 209 operations across 16 platforms:
TypeScript SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with @hey-api/openapi-ts.
UnifAPI MCP server: public-data APIs and Skills for AI agents via Model Context Protocol
Python SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Python
Go SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Java SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Java
Open-source marketing agents for Claude, ChatGPT, Codex, OpenClaw & Hermes. One plugin: SEO audits, GEO / AI-visibility, local SEO, KOL pricing, social listening & competitive intelligence from read-only public data over MCP.
TypeScript SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with @hey-api/openapi-ts.
Swift SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Ruby SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
PHP SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
C# SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Java SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Go SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Python SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |