Ecosystem/Diffbot

Diffbot

Tempo
Parse9 endpointsFrom $0.0012 /req

Web data extraction API. Extract structured data from any URL — articles, products, events, images, videos, discussions, and lists. Auto-detects page type and returns clean, structured JSON.

View documentation

When should an agent use this?

Use Diffbot when your agent needs to extract structured data from web pages — scraping product prices from e-commerce sites, pulling article content from news sources, extracting event details from event pages, or parsing any web content into clean JSON. Ideal for price monitoring agents, content aggregators, competitive intelligence, and any workflow that needs structured web data.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (9)

Auto-detect page type (article, product, event, etc.) and extract structured data accordingly.

Path/services/diffbot/diffbot/analyze
MethodPOST
Price$0.0012 per request

Parameters

NameTypeRequiredDescription
urlstringYesThe URL to analyze — Diffbot auto-detects page type and extracts structured data

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/diffbot/diffbot/analyze" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://techcrunch.com/2026/03/20/example-article"
}'

IndieGent Endpoint

api.indiegent.com/services/diffbot

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli