Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BrowserBase or FirecCrawl or Browser-Use #63

Closed
ryaneggz opened this issue Dec 21, 2024 · 3 comments
Closed

Add BrowserBase or FirecCrawl or Browser-Use #63

ryaneggz opened this issue Dec 21, 2024 · 3 comments

Comments

@ryaneggz
Copy link
Owner

https://docs.browserbase.com/integrations/langchain/python

from langchain_community.document_loaders import BrowserbaseLoader

BROWSERBASE_API_TOKEN = "<Your Browserbase API Key goes here>"

loader = BrowserbaseLoader(
    api_token=BROWSERBASE_API_TOKEN,
    urls=[
        # load multiple pages
        "https://www.espn.com",
        "https://lilianweng.github.io/posts/2023-06-23-agent/"
    ],
    text_content=True,
)

documents = loader.load()
@ryaneggz ryaneggz changed the title Add BrowserBase Add BrowserBase or FirecCrawl Dec 22, 2024
@ryaneggz
Copy link
Owner Author

@ryaneggz ryaneggz changed the title Add BrowserBase or FirecCrawl Add BrowserBase or FirecCrawl or Browser-Use Dec 23, 2024
@ryaneggz
Copy link
Owner Author

?
#21

@ryaneggz
Copy link
Owner Author

ryaneggz commented Feb 5, 2025

Added #122

@ryaneggz ryaneggz closed this as completed Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant