@@ -32,27 +32,31 @@ playwright install
32
32
33
33
** Note** : it is recommended to install the library in a virtual environment to avoid conflicts with other libraries 🐱
34
34
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:
36
38
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.
38
40
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
+ ```
42
44
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 >
45
58
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"
51
59
52
- This group includes additional browser management options, such as BrowserBase.
53
- ``` bash
54
- pip install scrapegraphai[more-browser-options]
55
- ```
56
60
57
61
## 💻 Usage
58
62
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/).
128
132
129
133
## 🏆 Sponsors
130
134
<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 >
131
138
<a href =" https://2ly.link/1zNiz " >
132
139
<img src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/serp_api_logo.png" alt="SerpAPI" style="width: 10%;">
133
140
</a >
0 commit comments