File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/content/docs/browser-rendering/rest-api Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -224,3 +224,10 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser
224224| `limit` | <Type text="Number" /> | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
225225| `depth` | <Type text="Number" /> | Maximum link depth to crawl from the starting URL |
226226| `formats` | <Type text="Array of strings" /> | Response format (default is HTML, other options are Markdown and JSON) |
227+
228+
229+ | Optional parameter | Type |Description |
230+ | -------------------------------------- | --------------- |--------------- |
231+ | `limit` | Number | Maximum number of pages to crawl (default is 10, maximum is 100,000) |
232+ | `depth` | Number | Maximum link depth to crawl from the starting URL |
233+ | `formats` | Array of strings | Response format (default is HTML, other options are Markdown and JSON) |
You can’t perform that action at this time.
0 commit comments