SRA: Enumerate Persons
SRA via Parse · government_public
Enumerate solicitors by searching for a specific name word. Designed for systematic enumeration: search common first names and surnames, deduplicate by sra_number across calls. Returns up to 1000 results per name word. If capped_at_1000 is true, some matches are missing for that term. Search and retrieve UK solicitor records from the SRA (Solicitors Regulation Authority) register at sra.org.uk. Supports searching by name words, retrieving detailed person records by SRA number, and systematic enumeration of solicitors. Fulfilled by Parse from www.sra.org.uk.
- b2b-directory
- government-public
- other
- parse
- platform-key
- sra
- www-sra-org-uk
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/64700c10-9b35-4b89-9f8d-5eaa99353f24/enumerate_persons
- Interface artifact
- sha256:d6cf13f508df89249544c58682f788a2835a3f5f3ab04016623fcefabe3e4f93
- Manifest digest
- sha256:027c39183e019d745b312ed8c36fd9741caf783c7fdd2cdbe32ff50fefeeb04b
Request fields
- name (string, required): Name word to enumerate (min 2 chars). Use common names like 'smith', 'john', 'patel', 'williams'
- page (integer): Page number (1-indexed)
- page_size (integer): Results per page (1-500): Allowed values: 10, 100
Example queries
- {"name":"john","page":"1","page_size":"10"}