Skip to content

Commit a540139

Browse files
authored
docs(sponsor): 🅱️ Browserbase sponsor 🅱️
1 parent 429af8e commit a540139

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

README.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,31 @@ playwright install
3232

3333
**Note**: it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
3434

35-
By the way if you to use not mandatory modules it is necessary to install by yourself with the following command:
35+
<details>
36+
<summary><b>Optional Dependencies</b></summary>
37+
Additional dependecies can be added while installing the library:
3638

37-
### Installing "Other Language Models"
39+
- <b>More Language Models</b>: additional language models are installed, such as Fireworks, Groq, Anthropic, Hugging Face, and Nvidia AI Endpoints.
3840

39-
This group allows you to use additional language models like Fireworks, Groq, Anthropic, Hugging Face, and Nvidia AI Endpoints.
40-
```bash
41-
pip install scrapegraphai[other-language-models]
41+
```bash
42+
pip install scrapegraphai[other-language-models]
43+
```
4244

43-
```
44-
### Installing "More Semantic Options"
45+
- <b>Semantic Options</b>: this group includes tools for advanced semantic processing, such as Graphviz.
46+
47+
```bash
48+
pip install scrapegraphai[more-semantic-options]
49+
```
50+
51+
- <b>Browsers Options</b>: this group includes additional browser management tools/services, such as Browserbase.
52+
53+
```bash
54+
pip install scrapegraphai[more-browser-options]
55+
```
56+
57+
</details>
4558

46-
This group includes tools for advanced semantic processing, such as Graphviz.
47-
```bash
48-
pip install scrapegraphai[more-semantic-options]
49-
```
50-
### Installing "More Browser Options"
5159

52-
This group includes additional browser management options, such as BrowserBase.
53-
```bash
54-
pip install scrapegraphai[more-browser-options]
55-
```
5660

5761
## 💻 Usage
5862
There are multiple standard scraping pipelines that can be used to extract information from a website (or local file).
@@ -128,6 +132,9 @@ Check out also the Docusaurus [here](https://scrapegraph-doc.onrender.com/).
128132

129133
## 🏆 Sponsors
130134
<div style="text-align: center;">
135+
<a href="https://2ly.link/1zaXG">
136+
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/browserbase_logo.png" alt="Browserbase" style="width: 10%;">
137+
</a>
131138
<a href="https://2ly.link/1zNiz">
132139
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/serp_api_logo.png" alt="SerpAPI" style="width: 10%;">
133140
</a>

docs/assets/browserbase_logo.png

3.02 KB
Loading

docs/source/introduction/overview.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ FAQ
8282
Sponsors
8383
========
8484

85+
.. image:: ../../assets/browserbase_logo.png
86+
:width: 10%
87+
:alt: Browserbase
88+
:target: https://www.browserbase.com/
89+
8590
.. image:: ../../assets/serp_api_logo.png
8691
:width: 10%
8792
:alt: Serp API

0 commit comments

Comments
 (0)