Extract Website Logo
Pricing
$1.00 / 1,000 results
Go to Apify Store
Extract Website Logo
Extract Website Logo cleans domains and retrieves their company logos. Perfect for enriching website lists, apps, or CRMs. Handles edge cases like x.com → twitter.com and returns simple JSON with domain and logo URL.
0.0 (0)
Pricing
$1.00 / 1,000 results
0
2
2
Last modified
5 hours ago
Extract Website Logo is an Apify actor that takes a website domain (or multiple domains) and returns the corresponding company logo.
The actor automatically cleans the domain (removes http://
, https://
, www.
, and trailing /
) and handles special cases like x.com → twitter.com
.
Features
- 🔗 Clean and normalize website domains
- 🖼️ Fetch company logos instantly from Clearbit
- ⚡ Support for single or multiple domains
- 🛠️ Handles special cases (e.g.,
x.com
→twitter.com
) - 📦 Outputs simple JSON:
{ "domain": "...", "logo": "..." }