---
title: "Reverse address lookup on Canada411"
slug: "reverse-address-lookup-canada411"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/reverse-address-lookup-canada411"
actor: "Canada411.ca Business Contact Scraper"
actor_url: "https://automationbyexperts.com/apify/canada411-ca"
apify_url: "https://apify.com/fayoussef/canada411-ca/examples/reverse-address-lookup-canada411?fpr=youssef&fp_sid=abe_ex_reverse-address-lookup-canada411"
price: "$0.005"
price_unit: "per result"
---

# Reverse address lookup on Canada411

A reverse address lookup on Canada411: leave the name blank, give a street address, and get back everyone listed at it with their phone numbers.

**Run it:** [Reverse address lookup on Canada411 on Apify](https://apify.com/fayoussef/canada411-ca/examples/reverse-address-lookup-canada411?fpr=youssef&fp_sid=abe_ex_reverse-address-lookup-canada411)  
**Actor:** [Canada411.ca Business Contact Scraper](https://automationbyexperts.com/apify/canada411-ca)  
**Pricing:** $0.005 per result

## What this task is for

The trick is the empty name field. With only an address in the where box, Canada411 answers with the listings at that address rather than a name match, which is how one query covers an entire building instead of one household.

Property managers, process servers and field teams run it before a visit so they know who is on record at the address. As with every Canada411 task, it returns published directory entries only.

## The input this task runs with

```json
{
  "what": "",
  "where": "100 Queen St W, Toronto, ON"
}
```

## What every run returns

- `Business / person name`
- `Phone number`
- `Full address`
- `City & province`
- `Postal code`
- `Business category`
- `Listing URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Canada411.ca Business Contact Scraper tasks

- [Look up people by name and city on Canada411](https://automationbyexperts.com/apify/examples/lookup-people-by-name-canada411): Canada411 residential listings for one surname in one city, returned with the phone number and address of every match. The example searches Tremblay in Montreal, three pages deep.
- [Find business phone numbers in Toronto](https://automationbyexperts.com/apify/examples/find-business-phone-numbers-toronto): A local B2B calling list from Canada411: every plumber listed in Toronto with business name, phone number and street address, five pages deep, as clean CSV or JSON.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
