Skip to content

Commit 3a233fe

Browse files
shixishcursoragent
andcommitted
docs: note web search free tier and API reference in README
Align DiffbotWebSearchTool docs with langchain-docs: 100k free searches per month and link to the Web Search API reference. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b8e5516 commit 3a233fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Every Diffbot API is also exposed as an agent-callable `BaseTool`. Hand a tool-c
172172

173173
### DiffbotWebSearchTool
174174

175-
Runs a Diffbot web search and returns the result list — each item with `title`, `pageUrl`, `score`, and `content`. (Use `DiffbotWebSearchRetriever` when you want `Document` output instead.)
175+
Runs a [Diffbot web search](https://docs.diffbot.com/reference/web-search-get) and returns the result list — each item with `title`, `pageUrl`, `score`, and `content`. New accounts include 100,000 free web searches per month. (Use `DiffbotWebSearchRetriever` when you want `Document` output instead.)
176176

177177
```python
178178
import os

0 commit comments

Comments
 (0)