crawl_website
Upload the content of a publicly accessible website for ingestion into a GroundX bucket. This is done by following links within a specified URL, recursively, up to a specified depth or number of pages.
Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.
Request body
Example request
{
"websites": [
{
"bucketId": 123,
"cap": 100,
"depth": 3,
"searchData": {
"key": "value"
},
"sourceUrl": "https://my.website.com"
}
]
}Response
Website successfully queued
Changes
Changed in 4 of the 50 revisions of this API.321
- ▲
added the new required request property
new-required-request-property
- ●
removed the request property
request-property-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
new-required-request-property
- ●
removed the request property
request-property-removed
- ▲
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲