Brave
Brave Search
Search API endpoint allows you to scrape the results from Brave search engine via our Autom.dev service.
POST
/
api
/
v1
/
brave
/
search
Header
x-api-key
string
requiredThis parameter specifies the private key you’ll need for Autom.dev access.
Body
Search Query
query
string
requiredParameter defines the query you want to search. You can use anything that you would use in a regular Brave search. e.g. inurl:
, site:
, intitle:
.
Pagination
page
integer
Parameter defines the result offset. It skips the given number of results. It’s used for pagination.
Response
Brave Search
object
Was this page helpful?