Scrape business listings from YellowPages.ca including business names, addresses, phone numbers, categories, operating hours and more. Perfect for lead generation and market research.
Extract detailed business information from YellowPages.ca - Canada's leading business directory.
Scrapes comprehensive business details including:
Advanced capabilities:
The actor accepts the following input parameters:
searchUrls
: Array of YellowPages.ca search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)If you have any questions or need help, feel free to reach out through Apify's platform.
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.yellowpages.ca/search/si/1/pizza/Toronto+ON" 4 ], 5 "maxItems": 40 6 }
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.yellowpages.ca/search/si/1/pizza/Toronto+ON", 4 "name": "Oakwood Pizzeria", 5 "link": "https://www.yellowpages.ca/bus/Ontario/York/Oakwood-Pizzeria/1156684.html?what=pizza&where=Toronto+ON&useContext=true", 6 "address": { 7 "street": "434 Oakwood Ave", 8 "city": "York", 9 "province": "ON", 10 "postalCode": "M6E 2W5" 11 }, 12 "phone": "647-558-3266", 13 "categories": [ 14 "Pizza & Pizzerias" 15 ], 16 "website": "https://www.yellowpages.ca/gourl/ba7cc190746e6f66f2a536a0c9dd5d0575e1fe0e?redirect=http%3A%2F%2Fwww.oakwoodpizzeria.com%2F", 17 "status": "Opening atย 10:30 am", 18 "image": "https://cdn.ci.yp.ca/t/1529/51/15295133aa_t.gif" 19 }, 20 ... 21]
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!