Skip to main content
POST
Web Page Content

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
url
string<url>
required

URL of the web page to extract text from.

Example:

"https://agent.ai"

mode
enum<string>
default:scrape

Crawler mode: 'scrape' for one page, 'crawl' for up to 100 pages.

Available options:
scrape,
crawl
Example:

"scrape"

Response

Text content extracted from the web page

status
integer<int32>

HTTP status code of the action response

metadata
object

Web page metadata from the action

response
string

Text content extracted from the web page