docs: Add tools for hyperbrowser (#30606)

Description

This PR updates the docs for the
[langchain-hyperbrowser](https://pypi.org/project/langchain-hyperbrowser/)
package. It adds a few tools
 - Scrape Tool
 - Crawl Tool
 - Extract Tool
 - Browser Agents
   - Claude Computer Use
   - OpenAI CUA
   - Browser Use 

[Hyperbrowser](https://hyperbrowser.ai/) is a platform for running and
scaling headless browsers. It lets you launch and manage browser
sessions at scale and provides easy to use solutions for any webscraping
needs, such as scraping a single page or crawling an entire site.

Issue
None

Dependencies
None

Twitter Handle
`@hyperbrowser`
This commit is contained in:
Ninad Sinha
2025-04-04 15:02:47 -05:00
committed by GitHub
parent 6650b94627
commit a3671ceb71
4 changed files with 1070 additions and 1 deletions

View File

@@ -152,6 +152,16 @@ WEBBROWSING_TOOL_FEAT_TABLE = {
"interactions": True,
"pricing": "Free trial, with pay-as-you-go and flat rate plans after",
},
"Hyperbrowser Browser Agent Tools": {
"link": "/docs/integrations/tools/hyperbrowser_browser_agent_tools",
"interactions": True,
"pricing": "Free trial, with flat rate plans and pre-paid credits after",
},
"Hyperbrowser Web Scraping Tools": {
"link": "/docs/integrations/tools/hyperbrowser_web_scraping_tools",
"interactions": False,
"pricing": "Free trial, with flat rate plans and pre-paid credits after",
},
}
DATABASE_TOOL_FEAT_TABLE = {