VOOZH about

URL: https://apify.com/webdata_labs/reclameaqui-scraper

โ‡ฑ ReclameAqui Scraper ยท Apify


๐Ÿ‘ ReclameAqui Scraper - Company Reputation & Complaints avatar

ReclameAqui Scraper - Company Reputation & Complaints

Pricing

from $15.00 / 1,000 results

Go to Apify Store

ReclameAqui Scraper - Company Reputation & Complaints

[๐Ÿ’ต $20.00 / 1K] Scrape public ReclameAqui company reputation metrics, complaint summaries, statuses, and category/problem breakdowns from company listing pages.

Pricing

from $15.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Open Web Team

Open Web Team

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Turn any Brazilian company's ReclameAqui page into a structured reputation scorecard - score, response rate, and recent complaints as clean data.

๐Ÿ”Ž What does ReclameAqui Scraper do?

ReclameAqui Scraper extracts public Brazilian company reputation metrics and recent complaint summaries from ReclameAqui company listing pages. Use it as a ReclameAqui API alternative when you need structured company scorecards, complaint status data, and problem/category breakdowns in JSON, CSV, Excel, or through the Apify API.

This Actor is intentionally focused on listing/profile pages. It does not yet scrape full complaint reply threads from individual complaint detail pages.

โœ… What you get / โŒ what this isn't

โœ… This Actor gives youโŒ This Actor is not
Company reputation score, response/solved/deal-again ratesNot full complaint reply threads (yet)
Top categories, problems, and products as dataNot private user contact details
Recent complaint summaries with statusNot an official ReclameAqui API
JSON/CSV/Excel export + Apify APINot a one-off page you copy by hand

๐Ÿ’ก Why scrape ReclameAqui?

ReclameAqui is one of Brazil's most important public consumer complaint and brand reputation platforms. Scraping it can help with:

  • brand reputation monitoring for Brazilian companies,
  • competitor complaint analysis,
  • due diligence before partnerships or procurement,
  • customer support benchmarking,
  • market research by category, product, or recurring problem type,
  • scheduled monitoring through Apify Tasks.

Because it runs on Apify, you can schedule runs, call it from the API, export datasets, connect it to Make/Zapier/webhooks, and monitor failures from the Apify Console.

๐Ÿ“Š What data can ReclameAqui Scraper extract?

FieldTypeDescription
recordTypestringcompany, complaint, or error.
companySlugstringReclameAqui company slug, for example nubank.
companyNamestringPublic company name shown by ReclameAqui.
mainSegmentstringMain public company segment/category.
finalScorenumberReclameAqui reputation score when exposed on the listing page.
answeredPercentualnumberPublic response percentage.
solvedPercentualnumberPublic solved percentage.
dealAgainPercentualnumberPublic "would do business again" percentage.
complaintsTotalnumberTotal complaint count exposed by the page.
topCategories, topProblems, topProductsarrayTop public breakdowns with IDs, labels, and counts.
titlestringRecent complaint title.
descriptionstringRecent complaint snippet from the listing page.
createdstringComplaint creation timestamp.
statusstringCompany RA status on company rows, complaint status on complaint rows.
solved, evaluatedbooleanPublic complaint flags when exposed.
urlstringReclameAqui page URL.

โš™๏ธ How to scrape ReclameAqui

  1. Open the Actor on Apify.
  2. Enter one or more ReclameAqui company slugs, such as nubank, or paste full company listing URLs.
  3. Choose how many recent complaint summaries to return per company.
  4. Keep Include company record enabled if you want reputation metrics and breakdowns.
  5. Click Start.
  6. Download the dataset in JSON, CSV, Excel, HTML, RSS, or XML, or use the Apify API endpoint from the Output tab.

๐Ÿ’ต How much will it cost to scrape ReclameAqui?

The default run is intentionally small: one company, one company profile row, and a few recent complaint summaries. In validation, a one-company run with 5 complaint summaries finished in about 25 seconds and used roughly $0.006 of Apify platform usage.

Costs depend on Apify platform pricing, memory, run duration, and how many companies you provide. To keep runs predictable:

  • the Actor accepts up to 10 companies per run,
  • maxComplaintsPerCompany is capped at 20,
  • set maxComplaintsPerCompany to 0 for profile-only runs,
  • keep delayMs at the default unless a page returns incomplete data.

๐Ÿ“ฅ Input

See the Input tab for all configuration options.

{
"companies":["nubank"],
"maxComplaintsPerCompany":5,
"includeCompanyRecord":true,
"includeBreakdowns":true,
"delayMs":1000
}

companies accepts either company slugs or full ReclameAqui company/lista-reclamacoes URLs:

{
"companies":[
"nubank",
"https://www.reclameaqui.com.br/empresa/nubank/lista-reclamacoes/"
]
}

๐Ÿ“ค Output

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Example company row:

{
"recordType":"company",
"companySlug":"nubank",
"companyName":"Nubank",
"mainSegment":"Bancos e Financeiras",
"complaintsTotal":521843,
"finalScore":8.7,
"answeredPercentual":99.7,
"solvedPercentual":92.4,
"dealAgainPercentual":80.4,
"status":"RA1000",
"recentComplaintsAvailable":10,
"url":"https://www.reclameaqui.com.br/empresa/nubank/lista-reclamacoes/"
}

Example complaint row:

{
"recordType":"complaint",
"companySlug":"nubank",
"id":"6sD8vx8alwr1cPEU",
"title":"Estorno de Pix nao existe na Nubank",
"description":"Complaint snippet from the listing page...",
"created":"2026-06-24T14:27:41",
"status":"PENDING",
"solved":false,
"evaluated":false,
"url":"https://www.reclameaqui.com.br/nubank/estorno-de-pix-nao-existe-na-nubank_6sD8vx8alwr1cPEU/"
}

๐Ÿ” Run it on the Apify platform

Schedule recurring reputation monitoring, call it from the Apify API, export to CSV/JSON/Excel, or pipe results into Make, Zapier, or webhooks to track scores over time.

โš ๏ธ Tips and limitations

  • For cheapest monitoring, run with maxComplaintsPerCompany: 0 and compare company metrics over time.
  • For complaint monitoring, schedule small recurring runs and deduplicate by id.
  • Full complaint detail pages and company reply threads are not included yet.
  • Some public fields can change if ReclameAqui changes its page data structure.
  • If a company fails, the Actor emits an error row for that company instead of hiding the failure.

๐Ÿงฉ Related Actors

  • Website Contact Extractor - turn the companies you research into outreach contacts.
  • Lead List Deduplicator & Normalizer - clean any company lists you build.

โ“ FAQ

Is this a ReclameAqui API?

It is not an official ReclameAqui API. It is an Apify Actor that turns public ReclameAqui company listing pages into structured datasets and API-accessible output.

Can it scrape full complaint conversations?

Not in this version. This version focuses on company reputation metrics and recent complaint summaries visible in listing/profile page data.

Can I run this for many companies?

Yes, but keep runs small and scheduled. The Actor currently caps each run at 10 companies and 20 complaint summaries per company to prevent accidental high-cost runs.

Does it collect private user data?

The Actor extracts public data exposed on ReclameAqui pages. It does not log into ReclameAqui and does not attempt to extract private contact details.

๐Ÿ› ๏ธ Disclaimers and support

Our Actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our Actors, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

For programmatic use, open the API tab on Apify. For bugs, feature requests, or missing fields, use the Actor's Issues tab.

You might also like

ReclameAqui Scraper - Complaints, Reputation & Company Intel BR

blackfalcondata/reclameaqui-scraper

Scrape ReclameAqui (Brazil): the full company reply thread, reputation scores, and company intel โ€” by company slug, URL, name, or free-text search. Each complaint includes the consumer-company conversation and a structured reputation scorecard for due diligence.

๐Ÿ‘ User avatar

Black Falcon Data

15

ReclameAqui Scraper

solidcode/reclameaqui-scraper

[๐Ÿ’ฐ $40.0 / 1K] Extract consumer complaints, ratings, response rates, and reputation data from ReclameAqui (Brazil). Search by company slug or URL, filter by status and date, and pull complaint text, status, rating, and views per item across any Brazilian brand.

Reclame Aqui Scraper

jungle_synthesizer/reclame-aqui-scraper

Scrape company reputation data from Reclame Aqui (reclameaqui.com.br) โ€” Brazil's leading consumer complaints platform. Extract reputation score, complaint count, response rate, resolution rate, and recent complaints by company name or direct URL.

๐Ÿ‘ User avatar

BowTiedRaccoon

8

Brazil Company Reviews & Reputation by CNPJ (Tax ID)

brasildados/cnpj-company-reviews

๐Ÿ” Check any Brazilian company's reviews and reputation by CNPJ. Get ReclameAqui (Reclame Aqui) scores, ratings, complaint volumes, response rates, resolution rates, and brand-level details. Just paste CNPJs and get structured data instantly. Batch up to 100 CNPJs per run.

๐Ÿ‘ User avatar

BrasilDados.org

8

Reclame Aqui Scraper

gio21/reclame-aqui-scraper

Scrape Brazilian company reputation from Reclame Aqui: score, complaints count, response rate, resolution rate, recent complaints. By URL or company name. Pay per company / per complaint.

ComplaintsBoard Reviews Scraper

automation-lab/complaintsboard-reviews-scraper

Scrape public ComplaintsBoard complaints, reviews, ratings, dates, authors, statuses, and company complaint counts for brand monitoring.

๐Ÿ‘ User avatar

Stas Persiianenko

2

LinkedIn Company Scraper

artificially/linkedin-company-scraper

Scrape LinkedIn company pages without login, cookies, or authentication. Extract company info, size, industry, specialties, locations, and more from public company profiles.

54

Car Complaints Scraper

kamikaze28/CarComplaintsCrawler

Scrapes car complaint data from CarComplaints.com โ€” by make, model, year, and complaint category โ€” including NHTSA complaint counts.

LinkedIn Company Posts Scraper

crawlerbros/linkedin-company-posts-scraper

Scrape posts from any LinkedIn company page. Get post content, engagement metrics, media, and company details.