Skip to main content
POST
/
library
/
webscrape
Create a Web-Scrape file
curl --request POST \
  --url https://api.closebot.com/library/webscrape \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "scrapeUrl": "<string>",
  "maxBreadth": 123,
  "maxDepth": 123
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Body

The input containing the webscrape information.

scrapeUrl
string | null
maxBreadth
integer<int32>
maxDepth
integer<int32>

Response

200

Success