Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 923 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 923 Bytes

Playground

A playground project has been launched here: https://github.com/jonathansampson/brave-search-api-playground

brave-search-scripts

Examples to get you started with the Brave Search API

Sign up for a free API plan at brave.com/search/api/.

This project contains example scripts for both Python and JavaScript (Node.js) environments. Each exists within its respective folder. The examples also include a helper function called dumpSchema, which will give quick insights into the structure of API responses.

dumpSchema

Warning: This is a very primitive utility for now. It does not convey information regarding rate limits (available in response headers), handle failure well, etc. It is not intended for production use, but should be perfect for somebody just wanting to hack on the API a bit 😀