WLW: Search Companies
WLW via Parse · b2b_directory
Search for B2B supplier companies by keyword with optional filters for country, supplier type, employee count, and verification status. Returns paginated results sorted by relevance. Each company includes basic profile info (name, city, phone, employee count, supplier types) plus portfolio products. Pagination via page number; the total field gives the overall match count. API for extracting B2B supplier data, company profiles, and product listings from wlw.de (Wer liefert was). Fulfilled by Parse from wlw.de.
- b2b-directory
- ecommerce
- marketplace
- parse
- platform-key
- wlw
- wlw-de
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/b18f5d47-616f-4a73-aac6-32b96fb41606/search_companies
- Interface artifact
- sha256:eac89be8c6f2d392f4935025bf4303ce5460f1363cf1d2680fa74922644fcf9f
- Manifest digest
- sha256:f5fcb87f2599d2b90d3d1fdc808e3fe36d96bafbda04445acc4ee6e83d4cdf27
Request fields
- page (integer): Page number for pagination.
- query (string): Search keyword (e.g. 'kunststoff', 'metall', 'stahl').
- verified (boolean): Only return verified companies when true.
- countries (string): Country code filter. Accepted values: 'DE', 'AT', 'CH'.: Allowed values: DE, AT, CH
- supplier_types (string): Supplier type filter. Accepted values: 'production', 'service', 'distribution', 'wholesaler'.: Allowed values: production, service, distribution, wholesaler
- employee_counts (string): Employee count range filter. Accepted values: '1-4', '5-9', '10-19', '20-49', '50-99', '100-199', '200-499', '500-999', '1000+'.
Example queries
- {"page":"1","query":"kunststoff","verified":"False","countries":"DE","supplier_types":"production","employee_counts":"1-4"}