Canada: Search Programs
Canada via Parse · government_public
Search for programs with complex filters including province, industry, and goal. Creates a server-side story configuration via the Aura framework to apply filters, then returns paginated results. Filters are JSON-encoded objects using Salesforce field names. Without filters, behaves identically to list_programs. Access Canada's comprehensive database of government grants, loans, and support programs for businesses. Filter by region, industry, goal, and category. Fulfilled by Parse from innovation.ised-isde.canada.ca.
- b2b-directory
- canada
- finance
- government-public
- innovation-ised-isde-canada-ca
- parse
- platform-key
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/55f10065-8db5-43c9-b5fe-becee0ca67c1/search_programs
- Interface artifact
- sha256:aca9bf037a4830452a9ee5fa919e30eb609fc6e105549203c6470a035b3d5156
- Manifest digest
- sha256:2647e4bef3921d115f70197ea21081c58c8530a305c177690b7756aa235a807a
Request fields
- limit (integer): Max number of results to return per page.
- offset (integer): Starting result offset for pagination.
- filters (string): JSON-encoded object of filters. Province filters use keys like 'Province_Alberta__c': true with 'Province_With_Regions__c' set to the province name. Industry filters use 'Industry_Picklist__c'. Goal filters use 'Goal__c'. Example: '{"Province_Alberta__c": true, "Province_With_Regions__c": "Alberta"}'.
- category (string): Category to filter by.: Allowed values: grants and funding, advice and expertise, loans and capital investments, tax credits, wage subsidies and interns, partnering and collaboration, researchers and facilities
Example queries
- {"limit":"5","offset":"0","filters":"{\"Province_Alberta__c\": true, \"Province_With_Regions__c\": \"Alberta\"}","category":"grants and funding"}