Salesforce: Search Consulting Partners
Salesforce via Parse · b2b_directory
Search and list Salesforce consulting partners from the AppExchange partner finder. Returns paginated results with basic partner info and expertise summaries. Without a search_term, returns all partners sorted by expertise score. Each result includes a listing_id that can be passed to get_consulting_partner_detail for full information. Supplying industry triggers one extra upstream call to resolve the industry name to its internal ID; otherwise one upstream round-trip per call. Page through results with offset. Search and retrieve detailed information about Salesforce consulting partners listed on the AppExchange, including industry and product competencies, certifications, highlights, case study videos, and resources. Fulfilled by Parse from appexchange.salesforce.com.
- appexchange-salesforce-com
- b2b-directory
- developer-tools
- marketplace
- parse
- platform-key
- salesforce
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7c2927af-8a51-401e-93e3-6d57cc0fece2/search_consulting_partners
- Interface artifact
- sha256:c2590fbe98a9fa19536f9106c09f8b4161443f4e425573cd2054c3663587a49f
- Manifest digest
- sha256:7c3328bbb203da354d61a20bb8fbc788fddfb6ded6b9b9ca96d3a6579751adfc
Request fields
- tier (string): Filter by Salesforce practice size tier, representing the total number of qualifying credentialed people globally. Accepted values: '1-5', '6-20', '21-100', '101-200', '201-1000', '> 1000'. Maps to the 'Salesforce Practice Size' filter on the site. Invalid values are rejected.
- limit (integer): Number of results per page (1-100).
- offset (integer): Zero-based offset for pagination.
- sort_by (string): Sort order for results. Known value: 'expertise' (default).
- industry (string): Filter by industry competency name. Uses the industry filter options from the AppExchange consulting directory (e.g. 'Financial Services', 'Healthcare and Life Sciences', 'Manufacturing', 'Retail', 'Energy and Utilities'). Case-insensitive match. An unrecognized industry name returns an empty result set.
- search_term (string): Partner name search query. Omitting returns all consulting partners.
Example queries
- {"tier":"> 1000","industry":"Healthcare and Life Sciences","search_term":"Deloitte"}