UnifyAPI
← Back to catalog

web.extract

mock data$0.006 / call

Page Extract

Fetch a URL and return clean, readable text content.

Web Searchprovider: Tavily#search#scrape

Input schema

urlrequired

https://...

string

Call via REST

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

Try it

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