Skip to content

Commit

Permalink
Add SearchApi to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastjanPrachovskij committed Sep 5, 2024
1 parent 7fb3643 commit 93c6e7f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/docs/configuration/dotenv.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,18 @@ See detailed instructions here: **[Google Search](/docs/configuration/tools/goog
]}
/>

#### SearchApi

**Description:** SearchApi is a robust real-time SERP API delivering structured data from a collection of search engines.

**Environment Variables:**

<OptionTable
options={[
['SEARCHAPI_API_KEY', 'string', 'Your SearchApi API key.','SEARCHAPI_API_KEY='],
]}
/>

#### SerpAPI

**Description:** SerpApi is a real-time API to access Google search results (not as performant)
Expand Down
5 changes: 5 additions & 0 deletions pages/docs/configuration/tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ description: Tools and Plugins setup instructions
- A better solution for 'browsing' is planned but can't guarantuee when
- This plugin is best used in combination with google so it doesn't hallucinate webpages to visit

### SearchApi
- An alternative to Google Search
- You can get an API key here: **[https://www.searchapi.io/](https://www.searchapi.io/)**
- Upon registration, you have free 100 queries.

### SerpAPI
- An alternative to Google search but not as performant in my opinion
- You can get an API key here: **[https://serpapi.com/dashboard](https://serpapi.com/dashboard)**
Expand Down

0 comments on commit 93c6e7f

Please sign in to comment.