← Back to catalog
diffbot.article_extract
mock data$0.003 / callDiffbot Article Extract
Extract article text, author, date, tags, sentiment, and images from any blog or news URL with multi-page support (Diffbot)
Input schema
urlrequired
stringArticle or blog post URL to extract text, author, and metadata
paging
booleanFollow multi-page articles and concatenate text (default true)
maxTags
integerMaximum number of topic tags to return (1-50, default 10)
timeout
integerRequest timeout in milliseconds (5000-30000, default 15000)
Call via REST
curl -X POST https://unifyapi.pro/api/call/diffbot.article_extract \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"url":"<url>","paging":"<paging>","maxTags":0,"timeout":0}'