← Back to catalog
tavily.extract
mock data$0.010 / callWeb 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)
Input schema
urlsrequired
arrayURLs to extract clean content from (1-20 URLs). Returns readable text, title, author, date.
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>"}'