forked from scrapy/scrapy.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
146 lines (121 loc) · 5.65 KB
/
support.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
---
layout: default
title: Commercial Support
permalink: support/
---
{% assign stable = site.data.scrapy.stable %}
{% assign oldstable = site.data.scrapy.oldstable %}
{% assign devel = site.data.scrapy.development %}
<div class="container">
<h1>Meet the Scrapy pros</h1>
<p>The following companies offer support contracts and consultancy services for Scrapy, and can also develop bespoke crawlers to meet your needs:</p>
<div class="companies-container">
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://scrapinghub.com/">
<img src="../img/scrapinghub-logo.png" />
</a>
</div>
<p>
<a href="http://scrapinghub.com/">Scrapinghub</a>
is currently the largest company sponsoring Scrapy development. It specializes in web crawling, it was <a href="http://scrapinghub.com/about">founded by Scrapy creators</a> and employs crawling experts including many Scrapy core developers.</a> </p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://sayonetech.com/">
<img src="../img/46-sayone-logo.png" />
</a>
</div>
<p>
<a href="http://sayonetech.com/">SayOne</a>
uses Scrapy to power their web crawling and visualization services. They have a strong team of crawling experts who specialize in crawling, information extraction and application integration. They also offer web & mobile app development. Read more about their data scrping services <a href="http://sayonetech.com/services/data-scraping/">here</a>.
</p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://datahut.co">
<img src="../img/datahut-logo.png" />
</a>
</div>
<p>
<a href="http://datahut.co">Datahut</a>
provides Scrapy consulting services across different business verticals like e-commerce, content discovery, lead generation, opinion mining etc. They provide clean ready to use data in the most common formats.</p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://www.flax.co.uk/">
<img src="../img/flax-logo.gif" />
</a>
</div>
<p>
<a href="http://www.flax.co.uk/">Flax</a>
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. </p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://www.goscrape.com/">
<img src="../img/goscrape-logo.png" />
</a>
</div>
<p>
<a href="http://www.goscrape.com/">GoScrape</a>
specializes in developing web crawlers via Scrapy for fulfilling information needs. 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.</p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://arbisoft.com/services/">
<img src="../img/arbisoft-logo.png" />
</a>
</div>
<p>
<a href="http://arbisoft.com/services/">Arbisoft</a>
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. </p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://www.tryolabs.com/">
<img src="../img/tryolabs-logo.png" />
</a>
</div>
<p>
<a href="http://www.tryolabs.com/">Tryolabs</a>
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. </p>
</div>
<div class="company-longbox">
<div class="logo-wrap">
<a href="http://thalasar.com/custom-application-development/scrapy-custom-development-and-support">
<img src="../img/thalasar-logo.jpg" />
</a>
</div>
<p class="top-margin">
<a href="http://thalasar.com/custom-application-development/scrapy-custom-development-and-support">Thalasar Ventures</a>
offers Scrapy support and development. </p>
</div>
<div class="company-longbox">
<div class="logo-wrap top-margin">
<a href="http://dataquarry.co.uk/">
<img src="../img/dataquarry-logo.png" />
</a>
</div>
<p class="top-margin">
<a href="http://dataquarry.co.uk/">Data Quarry</a>
designs data scrapers specifically to address the needs of e-commerce users and offers custom scrapy devlopment. </p>
</div>
</div>
</div>
<div class='fourth-row'>
<div class="container">
<div class="block-left">
<h2><span class="regular">Want to be part of this list?</span> <br /></h2>
<p>Fork <a href="https://github.com/scrapy/scrapy.org">this Github repo</a>, add yourself, and send a pull request!</p>
</div>
<div class="block-right">
<a href="http://doc.scrapy.org/en/{{ stable.version }}/intro/overview.html">
<h2 class="float"><span class="regular">Want to learn?</span> <br /> Scrapy at a glance</h2>
<i class="fa fa-file-text-o fa-3x"></i>
</a>
<p><span class="big-font">Who is using Scrapy?</span> <br />
<a href="../companies/">Find companies and products that use Scrapy</a>.</p>
</div>
</div>
</div>