/web2text

Scrape web information and prepare it for processing by the Text2Table API

POST https://text2table.p.rapidapi.com/t2t/web2text

The Web2Text API serves as an alternative to the text_preprocessing endpoint, with the added capability of extracting text directly from a web page.

Headers

NameTypeDescription

X-RapidAPI-Key*

String

Your API key. Where can I get it?

X-RapidAPI-Host*

String

text2table.p.rapidapi.com

content-type*

String

application/json

Request Body

NameTypeDescription

url*

String

A URL of the web page from which text needs to be extracted.

columns

Strings list

Column names for the result table. Check out more details.

split

int

Determines the token count for each text chunk in the preprocessing phase. Check out more details.

Indicates that your request has been successfully processed, and the response will include a table with the data from the given text. Check out more details on the response.

Last updated