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.
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.
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}
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.
The scraper returns an array of objects that can downloaded in the following formats: JSON
, CSV
, XML
, EXCEL
, HTML Table
and RSS
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}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!