Crawls are rate limited to 1 concurrent operation per Guru type. Subsequent requests will fail if a crawl is already running.
Path Parameters
The slug of the Guru type to associate the crawled content with
Headers
Your API key for authentication. You can obtain your API key from the Gurubase.io dashboard.
Body Parameters
The root URL to start crawling from. Must include http:// or https:// protocol.
Response
Unique identifier for the crawl operation
The root URL to be crawled. The crawler will start from this URL and follow all links that begin with it. For example, if the URL is https://example.com/a/b/c, the crawler will extract all links that start with https://example.com/a/b/c.
Current status of the crawl operation
The Guru type that the crawl was initiated for
List of URLs discovered during crawling
Timestamp when crawl started (ISO 8601 format)
Timestamp when crawl ended (ISO 8601 format)