Yell Scraper avatar
Yell Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Yell Scraper

Yell Scraper

mcdowell/yell-scraper

A scraper that extracts data from from Yell.com base on Keywords and Locality. Scrape and download business information data as HTML table, JSON, CSV, Excel, XML.

What is Yell Scraper?

It's a tool that allows you to get information about local shops from UK's biggest business directory - Yell. Use this unofficial API to scrape ratings, reviews, opening hours, descriptions, contact details and address information of businesses in the UK.

How does it work?

Simply fill in the Business Type and Locality fields. Alternatively insert the URL from Yell in the Start URLs field. Set the Maximum Number of Results you want to scrape to limit the number of results to be returned. To change the order of results change the value Sort By field. To prevent bot detection, Fill in the Configure Proxies field with a proxy object.

1{
2	"keywords": "Bakeries",
3	"location": "London",
4	"sortBy": "relevance",
5	"maxResults": 250,
6	"proxyConfiguration": {
7		"proxyUrls": ["http://proxy-1.com", "http://proxy-2.com"]
8	}
9}

Sample input with Start URLs

1{
2	"startUrls": [
3		{
4			"url": "https://www.yell.com/ucs/UcsSearchAction.do?keywords=Pizza&location=Manchester&scrambleSeed=283049592"
5		}
6	],
7	"maxResults": 50,
8	"proxyConfiguration": {
9		"useApifyProxy": true
10	}
11}

For all input fields, please check the input tab.

Output

The scraper returns an array of objects that can downloaded in the following formats: JSON, CSV, XML, EXCEL, HTML Table and RSS

Sample Output as JSON

1{
2	"Url": "https://www.yell.com/biz/bandera-ltd-manchester-5857009/",
3	"Name": "Bandera Ltd",
4	"Tagline": "",
5	"StarRating": "4.0",
6	"TotalRatings": "1 Rating",
7	"BusinessHours": "Now closed",
8	"StreetAddress": "2 Ridgefield",
9	"City": "Manchester",
10	"PostalCode": "M2 6EQ",
11	"PhoneNumber": "0161 833 9019",
12	"Website": "http://www.harpersmanchester.co.uk",
13	"Reviews": [
14		{
15			"id": "47199",
16			"name": "Richard1Report review",
17			"profile": "https://www.yell.com/reviews/user/Richard1",
18			"ratingValue": "4",
19			"reviewTitle": "Tapas with style",
20			"reviewBody": "My party of four took advantage of an offer of five tapas dishes and a bottle of wine for two for 拢35 all in. The food was fine and varied, from smoked salmon and excellent king prawns through patatas bravas to fish croquettes and meat balls. The wine was good ordinary Spanish. The proprietor (Spanish, I think) served, and was friendly and usually could be called when required. I suggested to him that, next time, he brought the food out in stages (as happens in Spain), rather than in one big rush. We were early diners, so the place was rather quiet - it will probably have more buzz at busy times.",
21			"datePublished": "07 Oct 2009"
22		}
23	]
24}
Developer
Maintained by Community