[PR #3616] [MERGED] docs: add Linkup Search to tools comparison table #3654

Closed
opened 2026-06-05 18:23:49 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3616
Author: @valLKP
Created: 4/17/2026
Status: Merged
Merged: 4/17/2026
Merged by: @mdrxy

Base: mainHead: add-linkup-search-to-comparison-table


📝 Commits (1)

  • 8f98fb1 docs: add Linkup Search to tools comparison table

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/tools/index.mdx (+1 -0)

📄 Description

Summary

Adds Linkup Web Search API to the Search tools comparison table in src/oss/python/integrations/tools/index.mdx, inserted alphabetically between Jina Search and Mojeek Search.

Why

The integration page at /oss/integrations/tools/linkup_search already exists and Linkup already appears in the "All tools and toolkits" card grid at the bottom of the same page, but it is missing from the comparison table at the top — which is the first reference developers see when picking a web-search tool. This one-line addition makes the integration discoverable from the comparison view alongside the other web-search tools.

Change

Single line added to the Markdown table:

| [Linkup Search](/oss/integrations/tools/linkup_search) | 2000 free searches/month | URL, Content, Sources |

Review focus

  • Column values accuracy (Free/Paid, Return Data): these reflect Linkup's current offering.
  • Alphabetical position (J → L → M).

🔄 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/3616 **Author:** [@valLKP](https://github.com/valLKP) **Created:** 4/17/2026 **Status:** ✅ Merged **Merged:** 4/17/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `add-linkup-search-to-comparison-table` --- ### 📝 Commits (1) - [`8f98fb1`](https://github.com/langchain-ai/docs/commit/8f98fb17b3a7da42c0de303d798fb3b863ac84cc) docs: add Linkup Search to tools comparison table ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) </details> ### 📄 Description ## Summary Adds **Linkup Web Search API** to the Search tools comparison table in `src/oss/python/integrations/tools/index.mdx`, inserted alphabetically between Jina Search and Mojeek Search. ## Why The integration page at `/oss/integrations/tools/linkup_search` already exists and Linkup already appears in the "All tools and toolkits" card grid at the bottom of the same page, but it is missing from the comparison table at the top — which is the first reference developers see when picking a web-search tool. This one-line addition makes the integration discoverable from the comparison view alongside the other web-search tools. ## Change Single line added to the Markdown table: ```markdown | [Linkup Search](/oss/integrations/tools/linkup_search) | 2000 free searches/month | URL, Content, Sources | ``` ## Review focus - Column values accuracy (Free/Paid, Return Data): these reflect Linkup's current offering. - Alphabetical position (J → **L** → M). --- <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-06-05 18:23:49 -04:00
yindo closed this issue 2026-06-05 18:23:49 -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#3654