Aleo Company Scraper avatar
Aleo Company Scraper

Pricing

Pay per usage

Go to Apify Store
Aleo Company Scraper

Aleo Company Scraper

Scrape company information from Aleo.com by providing a search URL, with automatic pagination and comprehensive company data extraction.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

🏢 Aleo Company Scraper

This actor allows you to scrape company information from Aleo.com by providing a search URL. It automatically handles pagination and extracts comprehensive company details including business information, registration data, and categorization.

Features

  • URL-based Scraping: Extract companies by providing a complete Aleo.com search URL
  • Automatic Pagination: Automatically navigates and loads more companies until reaching the end or max items limit
  • Comprehensive Company Data: Extract detailed information about each company including:
    • Company name and profile URL
    • Company logo
    • Business address
    • Tax identification numbers (TAX ID, KRS, REGON)
    • Business categories
    • Registration and launch dates
  • Rich Media: Includes company logos
  • Business Intelligence: Track company registration information and categorization

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Aleo.com search URL to scrape
maxItemsintegerNoMaximum number of companies to fetch

Output

The output is a main list of company objects, each containing:

  • searchUrl: The original search URL used
  • companyName: Name of the company
  • companyUrl: URL to the company profile page
  • logoUrl: URL of the company logo
  • address: Business address of the company
  • taxId: Tax identification number
  • krs: KRS registration number
  • regon: REGON registration number
  • categories: Array of business categories
  • registryDate: Date when the company was added to the registry
  • launchDate: Launch date of the company
  • scrapedAt: Timestamp of when the company was scraped

Example output:

[
{
"searchUrl": "https://aleo.com/int/companies?phrase=ai",
"companyName": "FUTURESPARK AI",
"companyUrl": "https://aleo.com/company/futurespark-ai",
"logoUrl": "https://aleo.com/assets/icons/default-company-logo.png",
"address": "UL. KRĘTA 25, 95-005 WOLA RAKOWA",
"taxId": "7282899600",
"krs": "0001183095",
"regon": "542203396",
"categories": [
"Inne"
],
"registryDate": "2025-07-11",
"launchDate": "2025-07-11",
"scrapedAt": "2025-11-19T01:25:40.854Z"
},
...
]

Use Cases

  • Business intelligence and market research
  • Company database building
  • Industry analysis and categorization
  • Registration data tracking
  • Competitive analysis

Notes

  • Results are automatically paginated until reaching the end or max items limit
  • All company information is extracted directly from the search results
  • The actor handles duplicate detection automatically