ListaFirme Scraper avatar

ListaFirme Scraper

Pricing

from $0.70 / 1,000 results

Go to Apify Store
ListaFirme Scraper

ListaFirme Scraper

Search and extract Romanian company data from ListaFirme.ro. Get company details, administrators, shareholders, balance sheets, and contact info using your own API key.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

Artificially

Artificially

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

ListaFirme Romania Scraper - Enhanced

Search and extract Romanian company data with multi-year financial analysis, trend detection, health scoring, and business intelligence.

Features

Core Company Data

  • Company Search: Search Romanian companies by name
  • Direct CUI Lookup: Fetch by tax identification code
  • Company Details: Status, legal form, VAT status
  • Company Age: Calculated years since registration
  • Size Category: Micro, Small, Medium, or Large (EU SME definitions)

Financial Analysis (NEW)

  • Multi-Year Balance History: Up to 10 years of financial data
  • Trend Analysis: Revenue, profit, and employee trends
  • Growth Rate: Year-over-year average growth
  • CAGR: Compound annual growth rate
  • Trend Classification: Growing, Declining, Stable, or Volatile

Financial Ratios (NEW)

  • Profit Margin: Net profit as percentage of revenue
  • ROA: Return on Assets
  • ROE: Return on Equity
  • Debt-to-Equity: Leverage ratio
  • Revenue per Employee: Productivity metric

Company Health Score (NEW)

  • Health Score: 0-100 based on multiple factors
  • Status Classification: Excellent, Good, Fair, Poor, Critical
  • Factor Analysis: What's affecting the score
  • Automated Summary: Plain-language financial assessment

Industry Intelligence (NEW)

  • NACE Code Details: Full description and classification
  • Industry Section: Sector categorization (A-U)
  • Status Descriptions: Human-readable company status

Ownership Details

  • Administrators: Directors with roles and CUI links
  • Shareholders: With ownership percentages calculated
  • Share Capital: Total registered capital

Use Cases

  • Romanian B2B lead generation with financial filtering
  • Due diligence and credit assessment
  • Competitive intelligence in Romania
  • Investment screening and analysis
  • Financial trend monitoring
  • Supplier evaluation

API Key (PAID)

This actor requires a ListaFirme.ro API key from https://listafirme.ro/

Input

FieldTypeRequiredDefaultDescription
apiKeystringYes-Your ListaFirme.ro API key
searchQueriesarrayNo-Company names to search
cuiListarrayNo-Direct CUI numbers
maxResultsnumberNo100Results per search
includeBalancebooleanNotrueLatest financial data
includeBalanceHistorybooleanNotrueMulti-year history
yearsOfHistorynumberNo5Years of history (1-10)
includeFinancialAnalysisbooleanNotrueCalculate ratios and trends
includeAdministratorsbooleanNotrueFetch directors
includeShareholdersbooleanNotrueFetch ownership
includeContactbooleanNofalsePhone, email, website
includeIndustryInfobooleanNotrueNACE details

Example Input

{
"apiKey": "your-listafirme-api-key",
"searchQueries": ["Dedeman"],
"maxResults": 5,
"includeBalance": true,
"includeBalanceHistory": true,
"yearsOfHistory": 5,
"includeFinancialAnalysis": true,
"includeShareholders": true
}

Output

Each company produces a result with:

{
"cui": "14399840",
"name": "DEDEMAN S.R.L.",
"status": "ACTIVA",
"statusDescription": "Active - Company is operational",
"legalForm": "SRL",
"legalFormDescription": "Societate cu Răspundere Limitată (Limited Liability Company)",
"companyAge": {
"years": 22,
"months": 6
},
"sizeCategory": "Large",
"naceInfo": {
"code": "4752",
"description": "Retail trade of hardware",
"section": "G",
"sectionName": "Wholesale and Retail Trade"
},
"balance": {
"year": 2023,
"turnover": 15000000000,
"profit": 1500000000,
"employees": 15000,
"assets": 8000000000,
"equity": 5000000000,
"debt": 2000000000
},
"balanceHistory": [
{"year": 2023, "turnover": 15000000000, "profit": 1500000000},
{"year": 2022, "turnover": 13500000000, "profit": 1300000000},
{"year": 2021, "turnover": 12000000000, "profit": 1100000000}
],
"financialAnalysis": {
"profitMargin": 10.0,
"returnOnAssets": 18.75,
"returnOnEquity": 30.0,
"debtToEquity": 0.4,
"revenuePerEmployee": 1000000,
"trends": [
{
"metric": "Revenue",
"trend": "growing",
"growthRate": 11.8,
"cagr": 11.2
}
],
"summary": "Revenue growing (11.8% avg). High profit margin."
},
"shareholders": [
{
"name": "Paval Adrian-Dragos",
"shares": "500000",
"percentage": 50.0,
"cui": null
}
],
"companyHealth": {
"score": 92,
"status": "excellent",
"factors": [
"Good profit margin",
"Revenue is growing",
"Established company (10+ years)",
"Established workforce"
]
},
"url": "https://www.listafirme.ro/14399840/",
"scrapedAt": "2024-01-20T12:00:00Z"
}

Cost

This actor uses pay-per-result pricing:

Cost TypeAmount
Start fee$0.03 per run
Per company$0.001

Plus: ListaFirme.ro API costs (charged separately).

Example Cost Calculation (Apify only)

  • 100 companies: $0.03 + (100 x $0.001) = $0.13
  • 1,000 companies: $0.03 + (1000 x $0.001) = $1.03

Tips

  1. Health filtering: Use companyHealth.status to filter

    • excellent (85-100): Strong financials
    • good (70-84): Solid performance
    • fair (50-69): Some concerns
    • poor (30-49): Multiple issues
    • critical (0-29): High risk
  2. Trend analysis: Look at CAGR for long-term growth patterns

  3. Financial ratios: Compare ROE and profit margin to industry benchmarks

  4. Size filtering: Use sizeCategory to target company sizes

  5. Minimize API costs: Disable includeContact unless needed

Data Source

Data from ListaFirme.ro, aggregating Romanian Trade Registry and Ministry of Finance data.

Support

  • Built by: Artificially
  • Issues: Report bugs or request features via Apify Console