Brazil Company Reputation Checker
Pricing
Pay per event
Brazil Company Reputation Checker
Check Brazilian companies in bulk and retrieve public reputation metrics, including score, complaint volume, response rate, resolution rate, consumer rating, and more. Ideal for supplier screening, lead enrichment, due diligence, and company research.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Intrabit
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Brazil Company Reputation Bulk Checker
Enrich a list of Brazilian companies with public Reclame Aqui reputation metrics. Built for bulk company research, supplier screening, lead enrichment and due diligence workflows.
Give it a list of 500 company names. Get back one structured row per company with its public Reclame Aqui reputation: score, complaint counts, answer/resolve rates, deal-again rate and consumer rating.
What it does
You provide Brazilian company names (or their Reclame Aqui page URLs). The Actor:
- Resolves each name to the correct company page on Reclame Aqui.
- Extracts the public reputation metrics shown on that page.
- Returns one clean JSON row per company in the default Dataset.
Nothing is invented: if a field is not available for a company, it is returned as null.
Input example
{"companies": ["nubank","mercado livre","ifood"]}
You can also paste Reclame Aqui URLs directly when you already know the page:
{"companies": ["https://www.reclameaqui.com.br/empresa/nubank/","https://www.reclameaqui.com.br/empresa/mercado-livre/"]}
Up to 1000 companies per run.
Output example
Each company becomes one item in the Dataset:
{"query": "nubank","companyName": "Nubank","reclameAquiUrl": "https://www.reclameaqui.com.br/empresa/nubank/","reputation": "RA1000","reputationStatus": "RA1000","score": 8.7,"complaints": 57104,"answeredComplaints": 57008,"answeredPercent": 99.8,"resolvedPercent": 93.3,"wouldBuyAgainPercent": 81.4,"consumerRating": 7.72,"status": "FOUND","scrapedAt": "2026-08-09T01:26:48.205Z"}
status is explicit per company:
FOUND– company found and reputation extracted.NOT_FOUND– no matching company on Reclame Aqui.AMBIGUOUS– more than one plausible match was returned (together with the candidates).ERROR– the company could not be processed (e.g. temporarily rate-limited).
A failing company never interrupts the others.
Use cases
- Company enrichment – add Reclame Aqui reputation to your Brazilian company database.
- Supplier screening – check a shortlist of potential suppliers at scale.
- Lead enrichment – score prospect lists by public consumer reputation.
- Brazilian company research – quickly compare reputation across an entire market.
- Reputation monitoring – take periodic snapshots of a fixed company list.
- Due diligence datasets – feed reputation metrics into risk and diligence pipelines.
Pricing
This Actor runs on a pay-per-result model. You are charged only for companies that were processed and produced a useful result (FOUND). NOT_FOUND, AMBIGUOUS and ERROR items are never charged.
- Event:
company-result - Target price: US$ 0.005 per result (US$ 5 / 1,000 results)
Platform (compute) costs are billed separately by Apify as usual and are minimal — this Actor is pure HTTP, uses no browser, and typically runs at 512 MB of memory.
FAQ
Can I send 1,000 companies? Yes. The hard limit per run is 1,000.
What if a name is ambiguous? The row gets status: "AMBIGUOUS" and includes the candidate companies found, so you can pick the right one by passing its URL in a second run.
Does it log in or scrape complaints? No. Only the public reputation summary of each company page is used.
Is it blocked by CAPTCHA? No bypass is attempted. Like any automated access, it may be rate-limited temporarily; the Actor retries politely and never tries to circumvent access controls.