-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
222 lines (196 loc) · 12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
---
layout: default
---
<div class="body clearfix">
<div class="white-area video-row">
<iframe class="crawlera-video" src="https://player.vimeo.com/video/135827204" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<h4>Meet Crawlera, a service of the <a href="https://scrapinghub.com/platform">Scrapinghub Platform</a>!</h4>
</div>
<div class="header-bg"></div>
<div class="white-area">
<h3>What is Crawlera?</h3>
<p>Crawlera is a smart downloader designed specifically for
web crawling and scraping. It allows you to crawl quickly and reliably,
managing thousands of proxies internally, so you don’t have to.</p>
<p>
Crawlera routes requests through a pool of IPs, throttling access by introducing
delays and discarding IPs from the pool
when they get banned from certain domains, or have other problems.</p>
<p>Accounts provide a standard HTTP proxy API, so you can configure it in
your crawler of choice and start crawling.</p>
<h3>How does it work?</h3>
<p>Crawlera distributes requests among many internal nodes, using a
proprietary algorithm to minimize the risks of getting banned, by throttling
requests sent to sites from each internal node. If, for whatever reason, any
node gets banned, Crawlera will blacklist it and avoid using it for future
requests to that domain.
</p>
<p>Banned requests typically return a non-200 response (like 403 or 503), or
redirect to a captcha page. These responses are detected by Crawlera and the
requests are automatically retried from another (clean) node.</p>
<p>Check <a href="#pricing-table">Pricing</a> below for the available plans and the <a href="https://doc.scrapinghub.com/crawlera.html">Documentation</a> to start using it.
</p>
<h3>Features</h3>
<ul>
<li>Instant access to thousands of IPs in our shared pool.</li>
<li>IPs from 50+ countries available on request.</li>
<li>A ban detection database with over 130 ban types, status codes or captchas.</li>
<li>Automatic retrying and throttling to crawl smoothly and prevent bans.</li>
<li>HTTP and HTTPS proxy support (with CONNECT).
</ul>
<p>Only successful downloads are charged.</p>
<h3 id="pricing-table">Pricing</h3>
<div class="plans-wrapper crawlera-plans">
<div class="sc-plans spec-list">
<div class="plan-title"> </div>
<div class="plan-details">
<ul>
<li>Price</li>
<li>Monthly requests <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Only successful requests count towards the quota"><i class="fa fa-question-circle"></i></span></li>
<li>Concurrent requests</li>
<li>Custom User agent</li>
<li>HTTPS</li>
<li>Crawl Assistance <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Expert help to circumvent crawler bans"><i class="fa fa-question-circle"></i></span></li>
</ul>
</div>
</div>
<div class="sc-plans free-plan">
<div class="plan-title">C10</div>
<div class="plan-details">
<ul>
<li><span class="mobile-only">Price: </span>$25/month</li>
<li><span class="mobile-only"> Monthly requests <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Only successful requests count towards the quota"><i class="fa fa-question-circle"></i></span>: </span> 150K</li>
<li><span class="mobile-only">Concurrent requests: </span>10</li>
<li><span class="mobile-only">Custom User agent: </span>-</li>
<li><span class="mobile-only">HTTPS: </span>✔</li>
<li><span class="mobile-only">Crawl Assistance <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Expert help to circumvent crawler bans"><i class="fa fa-question-circle"></i></span>: </span>-</li>
<li class="mobile-only"><a href="https://app.scrapinghub.com/account/signup/" class="button button-red">Sign Up Now</a></li>
</ul>
</div>
</div>
<div class="sc-plans shared-plan">
<div class="plan-title">C50</div>
<div class="plan-details">
<ul>
<li><span class="mobile-only">Price: </span>$100/month</li>
<li><span class="mobile-only"> Monthly requests <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Only successful requests count towards the quota"><i class="fa fa-question-circle"></i></span>: </span> 1M</li>
<li><span class="mobile-only">Concurrent requests: </span>50</li>
<li><span class="mobile-only">Custom User agent: </span>✔</li>
<li><span class="mobile-only">HTTPS: </span>✔</li>
<li><span class="mobile-only">Crawl Assistance <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Expert help to circumvent crawler bans"><i class="fa fa-question-circle"></i></span>: </span>-</li>
<li class="mobile-only"><a href="https://app.scrapinghub.com/account/signup/" class="button button-red">Sign Up Now</a></li>
</ul>
</div>
</div>
<div class="sc-plans dedicated-plan">
<div class="plan-title">C100</div>
<div class="plan-details">
<ul>
<li><span class="mobile-only">Price: </span>$250/month</li>
<li><span class="mobile-only"> Monthly requests <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Only successful requests count towards the quota"><i class="fa fa-question-circle"></i></span>: </span> 3M</li>
<li><span class="mobile-only">Concurrent requests: </span>100</li>
<li><span class="mobile-only">Custom User agent: </span>✔</li>
<li><span class="mobile-only">HTTPS: </span>✔</li>
<li><span class="mobile-only">Crawl Assistance <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Expert help to circumvent crawler bans"><i class="fa fa-question-circle"></i></span>: </span>-</li>
<li class="mobile-only"><a href="https://app.scrapinghub.com/account/signup/" class="button button-red">Sign Up Now</a></li>
</ul>
</div>
</div>
<div class="sc-plans dedicated-plan">
<div class="plan-title">C200</div>
<div class="plan-details">
<ul>
<li><span class="mobile-only">Price: </span>$500/month</li>
<li><span class="mobile-only"> Monthly requests <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Only successful requests count towards the quota"><i class="fa fa-question-circle"></i></span>: </span> 9M</li>
<li><span class="mobile-only">Concurrent requests: </span>200</li>
<li><span class="mobile-only">Custom User agent: </span>✔</li>
<li><span class="mobile-only">HTTPS: </span>✔</li>
<li><span class="mobile-only">Crawl Assistance <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Expert help to circumvent crawler bans"><i class="fa fa-question-circle"></i></span>: </span>-</li>
<li class="mobile-only"><a href="https://app.scrapinghub.com/account/signup/" class="button button-red">Sign Up Now</a></li>
</ul>
</div>
</div>
<div class="sc-plans enterprise-plan">
<div class="plan-title">Enterprise</div>
<div class="plan-details">
<ul>
<li><span class="mobile-only">Contact Sales for</span> Custom <span class="mobile-only">Settings</span></li>
<li><span class="mobile-only">Contact Sales for</span> Custom <span class="mobile-only">Settings</span></li>
<li><span class="mobile-only">Contact Sales for</span> Custom <span class="mobile-only">Settings</span></li>
<li><span class="mobile-only">Custom User agent: </span>✔</li>
<li><span class="mobile-only">HTTPS: </span>✔</li>
<li><span class="mobile-only">Crawl Assistance <span data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Expert help to circumvent crawler bans"><i class="fa fa-question-circle"></i></span>: </span>✔</li>
<li class="mobile-only"><a href="https://app.scrapinghub.com/account/signup/" class="button button-red">Sign Up Now</a></li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
<br /><br />
<div style="text-align: center">
<a class="redirect-button" href="https://scrapinghub.com/crawlera"><input type="submit" value="Learn More "></a>
<div class="button-divider"/>
<a class="redirect-button" href="https://app.scrapinghub.com/account/signup/"><input type="submit" value="Sign Up "></a>
</div>
<br />
<br />
<br />
</div>
<h3>Happy Clients</h3>
<div id="testimonials">
<div class="testimonial">
<div class="description">
<p class="short-highlight">
<img class="quote-marks" src="/images/quotes.png">
<span>Incredibly transparent and stable.</span>
</p>
<p class="detailed-text">
<span>Crawlera has solved our problem of making sparse requests from different IP addresses in an incredibly transparent and stable way. Their team is amazing and has been really helpful to us. I definitely recommend this product!</span>
<img class="quote-marks" src="/images/quotes-end.png">
</p>
</div>
<div class="customer-info">
<div class="picture">
<a href="https://www.linkedin.com/in/juancatalano"><img src="/images/testimonials/juanc.jpg"></a>
</div>
<ul class="customer-signature">
<li class="customer-name"><a href="https://www.linkedin.com/in/juancatalano">Juan Catalano</a></li>
<li>CTO</li>
<li>Streema</li>
</ul>
</div>
</div>
<div class="testimonial">
<div class="description">
<p class="short-highlight">
<img class="quote-marks" src="/images/quotes.png">
<span>Allowed us to bypass anti-crawling technology.</span>
</p>
<p class="detailed-text">
<span>Scrapinghub allowed us to launch the largest Bitcoin market in the world by scraping millions of items from more than 20 markets. Some of the sites were employing anti-crawling technology but by using Crawlera and crawling from multiple IPs, that problem was solved as well.</span>
<img class="quote-marks" src="/images/quotes-end.png">
</p>
</div>
<div class="customer-info">
<div class="picture">
<img src="/images/testimonials/vedran-kajic.jpg">
</div>
<ul class="customer-signature">
<li class="customer-name">Vedran Kajic</li>
<li>Founder</li>
<li>Bspend</li>
</ul>
</div>
</div>
</div>
</div>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<script>
$(function () {
$('[data-toggle="popover"]').popover()
})
</script>