mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 10:31:23 +00:00
docs: add langchain-scraperapi (#31973)
Adds documentation for the integration langchain-scraperapi, which contains 3 tools using the ScraperAPI service. The tools give AI agents the ability to Scrape the web and return HTML/text/markdown Perform Google search and return json output Perform Amazon search and return json output For reference, here is the official repo for langchain_scraperapi: https://github.com/scraperapi/langchain-scraperapi
This commit is contained in:
@@ -749,3 +749,6 @@ packages:
|
||||
- name: langchain-zeusdb
|
||||
repo: zeusdb/langchain-zeusdb
|
||||
path: libs/zeusdb
|
||||
- name: langchain-scraperapi
|
||||
path: .
|
||||
repo: scraperapi/langchain-scraperapi
|
Reference in New Issue
Block a user