[PR #1963] [MERGED] update(doc): SerpApi #2011

Closed
opened 2026-02-17 17:22:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1963
Author: @ainacodes
Created: 12/17/2025
Status: Merged
Merged: 12/18/2025
Merged by: @mdrxy

Base: mainHead: update-serpapi-docs


📝 Commits (3)

  • c06fd1b fix(docs): Update brand name typo from SerpAPI to SerpApi and also update 100 t0 250 free Searches/month
  • f8b647a fix(docs): Add details intruction for set. up
  • 28baec1 fix(docs): Correct SerpAPI to SerpApi and update API key instructions

📊 Changes

3 files changed (+16 additions, -7 deletions)

View changed files

📝 src/oss/python/integrations/providers/serpapi.mdx (+3 -3)
📝 src/oss/python/integrations/tools/index.mdx (+2 -2)
📝 src/oss/python/integrations/tools/serpapi.mdx (+11 -2)

📄 Description

Overview

Update documentation: new info and brand name typo fix

This pull request updates the documentation to include new information and corrects a brand name typo.
Below are before-and-after screenshots for each affected section for easy comparison.

Main Info Section

Old New
Old main info screenshot New main info screenshot

Details Setup

Old New
Old details setup screenshot New details setup screenshot
Old New
Old details setup screenshot 2 New details setup screenshot 2

Summary of changes

  • Added updated information to the documentation.
  • Fixed a typo in the brand name for consistency.
  • Updated screenshots to reflect the latest UI and content.

Type of change

Type: Fix typo/bug/link/formatting /Update outdated information

Related issues/PRs

  • GitHub issue: NA
  • Feature PR: NA
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1963 **Author:** [@ainacodes](https://github.com/ainacodes) **Created:** 12/17/2025 **Status:** ✅ Merged **Merged:** 12/18/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `update-serpapi-docs` --- ### 📝 Commits (3) - [`c06fd1b`](https://github.com/langchain-ai/docs/commit/c06fd1bba8f11610cd4597838987338022b1323f) fix(docs): Update brand name typo from SerpAPI to SerpApi and also update 100 t0 250 free Searches/month - [`f8b647a`](https://github.com/langchain-ai/docs/commit/f8b647a9af4d8ddc5c4f69c8a26b498993ddbb7f) fix(docs): Add details intruction for set. up - [`28baec1`](https://github.com/langchain-ai/docs/commit/28baec115697cfd492b9feb8cb9460eb1c8dd6af) fix(docs): Correct SerpAPI to SerpApi and update API key instructions ### 📊 Changes **3 files changed** (+16 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/serpapi.mdx` (+3 -3) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -2) 📝 `src/oss/python/integrations/tools/serpapi.mdx` (+11 -2) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ### Update documentation: new info and brand name typo fix This pull request updates the documentation to include new information and corrects a brand name typo. Below are before-and-after screenshots for each affected section for easy comparison. ### Main Info Section | Old | New | | --- | --- | | <img width="1536" height="608" alt="Old main info screenshot" src="https://github.com/user-attachments/assets/e49a003b-7a60-46ac-b4e4-23b9b9201d96" /> | <img width="1222" height="473" alt="New main info screenshot" src="https://github.com/user-attachments/assets/28ad7eff-9f02-427c-b71d-4201eabb9a13" /> | ### Details Setup | Old | New | | --- | --- | | <img width="1306" height="648" alt="Old details setup screenshot" src="https://github.com/user-attachments/assets/bf32c848-0195-42a6-8be4-1ad2fd7d4b4e" /> | <img width="1286" height="607" alt="New details setup screenshot" src="https://github.com/user-attachments/assets/4cf0a22b-b5bf-4a36-9734-05b43bd5386a" /> | | Old | New | | --- | --- | | <img width="1194" height="558" alt="Old details setup screenshot 2" src="https://github.com/user-attachments/assets/bba807d5-a5db-4a32-864e-2f807462dd84" /> | <img width="1185" height="558" alt="New details setup screenshot 2" src="https://github.com/user-attachments/assets/5a1c336e-af02-4d6c-b8cc-99ba956ba56a" /> | ### Summary of changes - Added updated information to the documentation. - Fixed a typo in the brand name for consistency. - Updated screenshots to reflect the latest UI and content. ## Type of change **Type:** Fix typo/bug/link/formatting /Update outdated information ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: NA - Feature PR: NA <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:58 -05:00
yindo closed this issue 2026-02-17 17:22:58 -05:00
yindo changed title from [PR #1963] update(doc): SerpApi to [PR #1963] [MERGED] update(doc): SerpApi 2026-06-05 18:16:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2011