Gassaferegister: Search Businesses
Gassaferegister via Parse · government_public
Search for Gas Safe registered businesses by location. Returns business details with contact info and optionally fetches engineer details for each business. Supports pagination (10 results per page). Results are randomly ordered by the upstream site. Search and retrieve Gas Safe registered businesses and their engineers in the UK. Supports location-based search by city name or postcode, with pagination. Also supports direct business lookup by registration number to get engineer details. Fulfilled by Parse from gassaferegister.co.uk.
- b2b-directory
- gassaferegister
- gassaferegister-co-uk
- government-public
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/82a3f423-3c12-4a96-adf0-1f9c67dc1389/search_businesses
- Interface artifact
- sha256:8caeefbfe317f319a08d867b9e1792baf6f54a3bd2a2241d611db1e89ec2cf61
- Manifest digest
- sha256:11b289cdb08f1973fd739d0299775951f5df6ccbab7e0e19f167cdd15f69eaf7
Request fields
- page (integer): Page number (1-indexed, 10 results per page)
- location (string, required): City name (e.g. 'Cambridge') or UK postcode (e.g. 'CB1 1JY')
- service_type (string): Type of gas service: 'Domestic' or 'Commercial'
- include_engineers (string): Whether to fetch engineer details for each business: 'true' or 'false'. Setting to 'true' makes additional requests per business and is slower.
Example queries
- {"location":"Manchester","service_type":"Domestic","include_engineers":"false"}