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.
curl -X GET 'https://api.parse.bot/scraper/a3b36e6d-dbd8-4154-a99e-9027f8e0a78f/list_lawyers?page=1' \ -H 'X-API-Key: $PARSE_API_KEY'
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.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. Each page returns up to 16 lawyers. |
{
"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.