Playground Sign in Start free
Integrations

SDKs, libraries & integrations for your stack.

Official SDKs, open-source examples, and third-party integrations to connect Ujeebu with your stack. Everything is on github.com/ujeebu, star, fork, file issues, send PRs.

Official SDKs

Type-safe clients for your language

First-party libraries that wrap every endpoint, retry transient failures, and surface credit cost per call. All open-source on GitHub.

Node.js / TypeScript
Full type inference across all 8 endpoints. Promise-based, AbortSignal-friendly, automatic retry/backoff.
@ujeebu-org/ujeebu-sdk
$npm install @ujeebu-org/ujeebu-sdk
Python
Async + sync clients, pydantic models for every response, drop-in compatibility with FastAPI / Flask / Django.
ujeebu
$pip install ujeebu
Go
Context-aware, struct-based responses, zero-dep beyond stdlib. Built for backend services that need every microsecond.
ujeebu-sdk-go
$go get github.com/ujeebu-org/ujeebu-sdk-go
AI frameworks

Drop into your agent stack

Native loaders, tools, and middleware so the integration is one import, not a wrapper around a wrapper.

LangChain (JS)
Document loaders and agent tools for LangChain.js. Extract articles for RAG pipelines, expose scrape/extract/serp to any agent.
@ujeebu-org/langchain
$npm install @ujeebu-org/langchain
LangChain (Python)
Document loaders and agent tools for LangChain Python. Full type hints and Pydantic validation.
langchain-ujeebu
$pip install langchain-ujeebu
Scrapy
Scrapy downloader middleware for all Ujeebu APIs. JS rendering, extraction, SERP, screenshots, and geo-targeting: drop your spider on top, get residential proxies + anti-bot for free.
ujeebu-scrapy
$pip install ujeebu-scrapy
new
MCP (Model Context Protocol)
Native MCP server. All endpoints exposed as tools to any MCP-compatible client (Claude Desktop, Cline, Cursor). Stdio + hosted SSE flavors.
@ujeebu/mcp
$npx @ujeebu/mcp
API tooling

Send your first request in seconds

Pre-built collections, schemas, and request templates for every Ujeebu endpoint. Import once, send instantly.

Postman
Official Postman collection covering all 8 endpoints (Scrape, Extract, AI Scraper, SERP, Markdown, ChatGPT, Gemini, Account). Generated from our OpenAPI spec so it stays in sync.
ScrapeExtractAI ScraperSERPMarkdownAccount
ujeebu.postman_collection.json
$Paste your API key once. Send any request.
OpenAPI 3.0
Machine-readable OpenAPI 3.0.3 spec for every Ujeebu endpoint. Import into any tool that speaks OpenAPI (codegen, SDK scaffolders, mock servers, doc renderers).
127 params8 endpoints10 operations
swagger.json
$curl https://ujeebu.com/swagger.json
No-code & automation

Connect Ujeebu without writing code

Pre-built nodes and apps for the major automation platforms. Drag, drop, schedule.

n8n
Community node for n8n with Scrape, Extract, and SERP nodes. Self-host or install from the n8n community nodes UI.
ScrapeExtractSERP
n8n-nodes-ujeebu
$npm install n8n-nodes-ujeebu

Open source on GitHub.

All our SDKs and examples are open-source. Star our repos, file issues, or contribute.

github.com/ujeebu