UnifyAPI
← Back to catalog

diffbot.page_analyze

mock data$0.003 / call

Diffbot Page Analyze

Auto-detect page type (product, article, image, video) and extract structured data from any URL using AI (Diffbot)

Web Searchprovider: Diffbot#diffbot#search

Input schema

urlrequired

Web page URL to auto-detect type and extract structured data

string
mode

Force extraction mode instead of auto-detection

string
timeout

Request timeout in milliseconds (5000-30000, default 15000)

integer
fallback

Fallback extraction type if auto-detection fails

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/diffbot.page_analyze \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"url":"<url>","mode":"<mode>","timeout":0,"fallback":"<fallback>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.