UnifyAPI
← Back to catalog

diffbot.article_extract

mock data$0.003 / call

Diffbot Article Extract

Extract article text, author, date, tags, sentiment, and images from any blog or news URL with multi-page support (Diffbot)

Web Searchprovider: Diffbot#diffbot#search

Input schema

urlrequired

Article or blog post URL to extract text, author, and metadata

string
paging

Follow multi-page articles and concatenate text (default true)

boolean
maxTags

Maximum number of topic tags to return (1-50, default 10)

integer
timeout

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

integer

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}'

Try it

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