---
title: "Look up people by name and city on Canada411"
slug: "lookup-people-by-name-canada411"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/lookup-people-by-name-canada411"
actor: "Canada411.ca Business Contact Scraper"
actor_url: "https://automationbyexperts.com/apify/canada411-ca"
apify_url: "https://apify.com/fayoussef/canada411-ca/examples/lookup-people-by-name-canada411?fpr=youssef&fp_sid=abe_ex_lookup-people-by-name-canada411"
price: "$0.005"
price_unit: "per result"
---

# Look up people by name and city on 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.

**Run it:** [Look up people by name and city on Canada411 on Apify](https://apify.com/fayoussef/canada411-ca/examples/lookup-people-by-name-canada411?fpr=youssef&fp_sid=abe_ex_lookup-people-by-name-canada411)  
**Actor:** [Canada411.ca Business Contact Scraper](https://automationbyexperts.com/apify/canada411-ca)  
**Pricing:** $0.005 per result

## What this task is for

Skip tracers, genealogists and recruiters use this instead of paying per lookup on a people-search site, because the same public directory is behind both. The surname and the city are the only two inputs, and max_pages controls how far down the result list a run goes.

Only what Canada411 publishes comes back. Unlisted numbers stay unlisted, and nothing here reaches a private record, so treat a miss as a number that was never listed rather than a failed run.

## The input this task runs with

```json
{
  "what": "Tremblay",
  "where": "Montreal, QC",
  "max_pages": 3
}
```

## 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

- [Reverse address lookup on Canada411](https://automationbyexperts.com/apify/examples/reverse-address-lookup-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.
- [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).
