Aleo Company Scraper
Pricing
Pay per usage
Go to Apify Store

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
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Aleo.com search URL to scrape |
maxItems | integer | No | Maximum number of companies to fetch |
Output
The output is a main list of company objects, each containing:
searchUrl: The original search URL usedcompanyName: Name of the companycompanyUrl: URL to the company profile pagelogoUrl: URL of the company logoaddress: Business address of the companytaxId: Tax identification numberkrs: KRS registration numberregon: REGON registration numbercategories: Array of business categoriesregistryDate: Date when the company was added to the registrylaunchDate: Launch date of the companyscrapedAt: 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