forked from scrapy/scrapy.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
79 lines (68 loc) · 4.35 KB
/
support.html
File metadata and controls
79 lines (68 loc) · 4.35 KB
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
---
layout: default
title: Commercial Support
permalink: support/
---
<h2>Commercial support</h2>
<p>The following companies offer support contracts and consultancy services
for Scrapy, and can also develop bespoke crawlers to meet your needs:</p>
<table class="logolist">
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/scrapinghub.com');" href="http://scrapinghub.com">
<img src="/images/logos/scrapinghub.png">
</a>
</th>
<td><a onclick="javascript: pageTracker._trackPageview('/outbound/company/scrapinghub.com');" href="http://www.scrapinghub.com/">Scrapinghub</a> is currently the largest company sponsoring Scrapy development. It specializes in web crawling, it was <a onclick="javascript: pageTracker._trackPageview('/outbound/company/scrapinghub.com');" href="http://www.scrapinghub.com/about.html">founded by Scrapy creators</a> and employs crawling experts including many Scrapy core developers.</td>
</tr>
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/flax.co.uk');" href="http://www.flax.co.uk/">
<img src="/images/logos/flax.gif">
</a>
</th>
<td>Flax are experts in open source search and have used Scrapy in several projects, for clients in sectors including publishing, recruitment and broadcast. We recommend Scrapy as a first choice to clients looking to gather content for a search application.</td>
</tr>
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/goscrape.com');" href="http://www.goscrape.com/">
<img src="/images/logos/goscrape.png" width="120" height="102">
</a>
</th>
<td>GoScrape specializes in developing web crawlers via Scrapy for fulfilling information needs. They built their first commercial crawler nearly five years ago and have been developing professional scrapers and crawlers ever since. Their core services include scraping, crawling, and parsing data from a variety of sources; interacting with web APIs; and cleansing, analyzing, and presenting data using a variety of methods.</td>
</tr>
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/sophialabs.com');" href="http://sophilabs.com/">
<img src="/images/logos/sophilabs.png">
</a>
</th>
<td>Sophilabs is a software engineering firm that provides Scrapy consulting and support, along with web design and development. They have been writing Scrapy crawlers for their customers since 2010, deploying them in scalable architectures that distribute load among many servers.</td>
</tr>
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/arbisoft.com');" href="http://arbisoft.com/services.html">
<img src="/images/logos/arbisoft.png">
</a>
</th>
<td>Arbisoft is using Scrapy for a number of aggregation projects for our clients and partners. They have more than 20 trained Scrapy/Python engineers and usually recommend it as the first choice when their partners ask for scraping services.</td>
</tr>
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/tryolabs.com');" href="http://www.tryolabs.com">
<img src="/images/logos/tryolabs.png">
</a>
</th>
<td>Tryolabs is a Boutique Python/Django Shop & Lab specialized in Internet applications with Artificial Intelligence Components. They embed Scrapy into their customers applications as well as into their own products.</td>
</tr>
<tr>
<th>
<a onclick="javascript: pageTracker._trackPageview('/outbound/company/thalasar.com');" href="http://thalasar.com/custom-application-development/scrapy-custom-development-and-support">
<img src="/images/logos/thalasar.png">
</a>
</th>
<td>Thalasar Ventures offers Scrapy support and development</td>
</tr>
</table>
<p class="note">Does your company offer Scrapy development, consultancy or support?. Email <a href="mailto:info@scrapinghub.com">info@scrapinghub.com</a> and request to be added, or just fork <a href="https://github.com/scrapy/scrapy.github.io">this GitHub repo</a>, add yourself and send a pull request.</p>
<p class="note">Did you have a bad experience with any of these companies?. Email <a href="mailto:info@scrapinghub.com">info@scrapinghub.com</a> and tell us about it.</p>