Discover/Lavery API
live

Lavery APIlavery.ca

Access detailed profiles of lawyers and legal professionals at Lavery, Québec's largest independent law firm, including their practice areas and bar admissions. Browse through the complete team directory with pagination to find the right legal expert for your needs.

This API takes change requests — .
Endpoint health
monitored
get_lawyer_details
list_lawyers
Checks pendingself-healing
Endpoints
2
Updated
57m ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination. Each page returns up to 16 lawyers.
api.parse.bot/scraper/a3b36e6d-dbd8-4154-a99e-9027f8e0a78f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/a3b36e6d-dbd8-4154-a99e-9027f8e0a78f/list_lawyers?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Lists lawyers and legal professionals from the Lavery team page with pagination. Returns 16 results per page including name, title, offices, profile URL, and a slug for use with get_lawyer_details. The team page shows all professionals alphabetically.

Input
ParamTypeDescription
pageintegerPage number for pagination. Each page returns up to 16 lawyers.
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "lawyers": "array of lawyer objects with name, title, offices, profile_url, and lawyer_slug",
    "has_next": "whether there is a next page",
    "total_pages": "total number of pages available"
  },
  "sample": {
    "page": 1,
    "lawyers": [
      {
        "name": "Jean-Philippe Abraham",
        "title": "Senior Associate",
        "offices": [
          "Québec",
          "Trois-Rivieres"
        ],
        "lawyer_slug": "2850-jean-philippe-abraham",
        "profile_url": "https://www.lavery.ca/en/lawyers-paralegals-notaries-lavery/2850-jean-philippe-abraham.html?page=1"
      },
      {
        "name": "Asma Amari",
        "title": "Student",
        "offices": [
          "Montréal"
        ],
        "lawyer_slug": "3868-asma-amari",
        "profile_url": "https://www.lavery.ca/en/lawyers-paralegals-notaries-lavery/3868-asma-amari.html?page=1"
      }
    ],
    "has_next": true,
    "total_pages": 4
  }
}

About the Lavery API

The Lavery API on Parse exposes 2 endpoints for the publicly available data on lavery.ca. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.