Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SearchApi to documentation #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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