← Back to catalog
diffbot.page_analyze
mock data$0.003 / callDiffbot Page Analyze
Auto-detect page type (product, article, image, video) and extract structured data from any URL using AI (Diffbot)
Input schema
urlrequired
stringWeb page URL to auto-detect type and extract structured data
mode
stringForce extraction mode instead of auto-detection
timeout
integerRequest timeout in milliseconds (5000-30000, default 15000)
fallback
stringFallback extraction type if auto-detection fails
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>"}'