Karim shoair commited on
Commit
9c911ef
Β·
1 Parent(s): f6a11cd

docs: Update how sponsors displayed on the website

Browse files
Files changed (2) hide show
  1. docs/donate.md +0 -51
  2. docs/index.md +11 -0
docs/donate.md CHANGED
@@ -2,57 +2,6 @@ I've been working on Scrapling and other public projects in my spare time and ha
2
 
3
  You can sponsor me directly through [Github sponsors program](https://github.com/sponsors/D4Vinci) or [Buy Me A Coffe](https://buymeacoffee.com/d4vinci). If you are a **company** and looking to **advertise** your business through Scrapling or another project, check out the available plans on my [Github Sponsors page](https://github.com/sponsors/D4Vinci).
4
 
5
- Below is the list of our Gold tier sponsors.
6
-
7
  Thank you, stay curious, and hack the planet! ❀️
8
 
9
- ---
10
-
11
- ## Top Sponsors
12
- ### Evomi
13
-
14
- [Evomi](https://evomi.com/?utm_source=github&utm_medium=banner&utm_campaign=d4vinci-scrapling-website) is your Swiss Quality Proxy Provider, starting at **$0.49/GB**
15
-
16
- [![Evomi Banner](https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/evomi.png)](https://evomi.com/?utm_source=github&utm_medium=banner&utm_campaign=d4vinci-scrapling-website)
17
-
18
- - πŸ‘©β€πŸ’» **$0.49 per GB Residential Proxies**: Our price is unbeatable
19
- - πŸ‘©β€πŸ’» **24/7 Expert Support**: We will join your Slack Channel
20
- - 🌍 **Global Presence**: Available in 150+ Countries
21
- - ⚑ **Low Latency**
22
- - πŸ”’ **Swiss Quality and Privacy**
23
- - 🎁 **Free Trial**
24
- - πŸ›‘οΈ **99.9% Uptime**
25
- - 🀝 **Special IP Pool selection**: Optimize for fast, quality or quantity of ips
26
- - πŸ”§ **Easy Integration**: Compatible with most software and programming languages
27
- ---
28
- ### Scrapeless
29
-
30
- [Scrapeless](http://scrapeless.com/?utm_source=D4Vinci) – Easy web scraping toolkit for businesses and developers
31
-
32
- [![Scrapeless Banner](https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/scrapeless.jpg)](http://scrapeless.com/?utm_source=D4Vinci)
33
-
34
- ⚑ [Scraping Browser](https://www.scrapeless.com/en/product/scraping-browser?utm_source=D4Vinci):
35
-
36
- 1. Web browsing capabilities for AI agents and applications
37
- - Collect data at scale for agents without being blocked
38
- - Simulate user behavior using advanced browser tools
39
- - Build agent applications with real-time and historical web data
40
- 2. Unlock any scale with unlimited parallel jobs
41
- 3. High-performance web unlocking built directly into the browser
42
- 4. Compatible with Puppeteer and Playwright
43
-
44
- ⚑ [Deep SerpApi](https://www.scrapeless.com/en/product/deep-serp-api?utm_source=D4Vinci): One-click Google search data monitoring, supporting 15+ SERP scenarios such as academic/Google Store/Maps, $0.1/thousand queries, 0.2s response.
45
- Scrapeless has launched MCP Server!
46
-
47
- [How to set up Scrapeless MCP Server on Cline?](https://www.scrapeless.com/en/faq/how-to-set-up-scrapeless-mcp-server-on-cline?utm_source=D4Vinci)<br/>
48
- [How to Set Up Scrapeless MCP Server on Cursor?](https://www.scrapeless.com/en/faq/how-to-set-up-scrapeless-mcp-server-on-cursor?utm_source=D4Vinci)<br/>
49
- [How to Set Up Scrapeless MCP Server on Claude?](https://www.scrapeless.com/en/faq/how-to-set-up-scrapeless-mcp-server-on-claude?utm_source=D4Vinci)
50
-
51
- ⚑ [Scraping API](https://www.scrapeless.com/en/product/scraping-api?utm_source=D4Vinci): Easily obtain public content such as TikTok, Shopee, Amazon, Walmart, etc. Covering structured data of 8+ vertical industries such as e-commerce/social media, ready to use. Only billed by the number of successful calls.
52
-
53
- ⚑ [Universal Scraping API](https://www.scrapeless.com/en/product/universal-scraping-api?utm_source=D4Vinci): Intelligent IP rotation + real user fingerprint, success rate up to 99%. No more worrying about network blockades and crawling obstacles.
54
-
55
- ⚠️ Exclusive for open source projects: Submit the Repo link to apply for 100,000 free Deep SerpApi queries!
56
-
57
- πŸ“Œ [Try it now](https://app.scrapeless.com/passport/login?utm_source=D4Vinci) | [Documentation](https://docs.scrapeless.com/en/scraping-browser/quickstart/introduction/?utm_source=D4Vinci)
58
 
 
2
 
3
  You can sponsor me directly through [Github sponsors program](https://github.com/sponsors/D4Vinci) or [Buy Me A Coffe](https://buymeacoffee.com/d4vinci). If you are a **company** and looking to **advertise** your business through Scrapling or another project, check out the available plans on my [Github Sponsors page](https://github.com/sponsors/D4Vinci).
4
 
 
 
5
  Thank you, stay curious, and hack the planet! ❀️
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
docs/index.md CHANGED
@@ -28,6 +28,17 @@ Scrapling is built from the ground up by Web scraping experts for beginners and
28
  >> # Later, if the website structure changes, pass `auto_match=True`
29
  >> products = page.css('.product', auto_match=True) # and Scrapling still finds them!
30
  ```
 
 
 
 
 
 
 
 
 
 
 
31
  ## Key Features
32
  ### Fetch websites as you prefer with async support
33
  - **HTTP Requests**: Fast and stealthy HTTP requests with the `Fetcher` class.
 
28
  >> # Later, if the website structure changes, pass `auto_match=True`
29
  >> products = page.css('.product', auto_match=True) # and Scrapling still finds them!
30
  ```
31
+
32
+ ## Top Sponsors
33
+
34
+ <!-- sponsors -->
35
+
36
+ <a href="https://evomi.com?utm_source=github&utm_medium=banner&utm_campaign=d4vinci-scrapling" target="_blank" title="Evomi is your Swiss Quality Proxy Provider, starting at $0.49/GB"><img src="https://raw.githubusercontent.com/D4Vinci/Scrapling/main/images/evomi.png"></a>
37
+
38
+ <!-- /sponsors -->
39
+
40
+ <i><sub>Do you want to show your ad here? Click [here](https://github.com/sponsors/D4Vinci) and choose the tier that suites you!</sub></i>
41
+
42
  ## Key Features
43
  ### Fetch websites as you prefer with async support
44
  - **HTTP Requests**: Fast and stealthy HTTP requests with the `Fetcher` class.