UnifyAPI
← Back to catalog

tavily.extract

mock data$0.010 / call

Web Page Content Extract

Extract clean readable content from up to 20 URLs — returns text, title, author, published date. Eliminates scraping. Perfect for feeding web pages into agent context windows (Tavily)

Web Searchprovider: Tavily#tavily#search

Input schema

urlsrequired

URLs to extract clean content from (1-20 URLs). Returns readable text, title, author, date.

array

Call via REST

curl -X POST https://unifyapi.pro/api/call/tavily.extract \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"urls":"<urls>"}'

Try it

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