You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-21Lines changed: 20 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
-
<palign="center">
2
-
<ahref="https://brightdata.com/">
3
-
<img src="https://mintlify.s3.us-west-1.amazonaws.com/brightdata/logo/light.svg" width="300" alt="Bright Data Logo">
4
-
</a>
5
-
</p>
6
1
7
-
<h1align="center">Python SDK</h1>
8
-
<h3align="center">A Python SDK for the Bright Data's Data extraction and Web unlocking tools, providing easy-to-use scalable methods for web scraping, search engine result parsing, and data management.</h3>
<h3align="center">A Python SDK for the Bright Data's Data extraction and Web unlocking tools, providing easy-to-use scalable methods for web scraping, web searches and more.</h3>
9
5
10
6
11
7
For a quick start you can try to run our example files in this repositories under the "Codespace" section.
@@ -17,23 +13,16 @@ For a quick start you can try to run our example files in this repositories unde
17
13
-**Multiple Search Engines**: Support for Google, Bing, and Yandex
18
14
-**Parallel Processing**: Concurrent processing for multiple URLs or queries
19
15
-**Robust Error Handling**: Comprehensive error handling with retry logic
20
-
-**Input Validation**: Automatic validation of URLs, zone names, and parameters
21
16
-**Zone Management**: Automatic zone creation and management
22
17
-**Multiple Output Formats**: JSON, raw HTML, markdown, and more
23
18
24
19
## Installation
20
+
To install the package, open your terminal:
21
+
> [!NOTE]
22
+
> If you are using macOS you will need to open a virtual environment for your project first.
0 commit comments