Logo Finder & Square Icon Converter avatar

Logo Finder & Square Icon Converter

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Logo Finder & Square Icon Converter

Logo Finder & Square Icon Converter

Convert website logos into clean, square PNG or JPG icons from a list of URLs. Automatically finds the best logo, resizes it, and returns ready-to-use icons with metadata.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Give it a list of website URLs — it finds each site's logo and converts it into a clean square icon at any size.

How it works

  1. Fetches each page with curl_cffi impersonating a real Chrome browser (retries with Safari / Chrome-Android fingerprints if blocked)
  2. Ranks logo candidates: <img> tags mentioning "logo", inline header SVGs, og:image, apple-touch-icons, favicons — with a junk filter that rejects tracking pixels, emoji, badges and third-party logos
  3. Downloads the best candidate, falling through alternatives on failure; hard-blocked sites fall back to Google's favicon service so every URL yields an icon
  4. Trims transparent edges, centers the logo on a square canvas with 10% padding, resizes, and exports PNG (transparent) or JPG (white background)

Output

  • Dataset: one record per URL — status, logo URL, discovery source, alternatives, and a direct link to the converted icon
  • Key-Value Store: the converted icon images, keyed by domain

Input example

{
"urls": ["https://github.com", "wikipedia.org"],
"iconSize": 400,
"outputFormat": "png",
"saveImages": true,
"maxConcurrency": 10
}