$3 per result
Brand Kit Extractor
Extract brand colors, fonts, logos, and metadata from any website.
Who it is for
Designers and agencies starting work on a site they did not build.
What you would use it for
- Pull colours, typography, logos and favicon from any live site.
- Rebuild a brand sheet for a client who has lost theirs.
- Capture the current state before a redesign so the change is documented.
- Check that a live site matches the brand guidelines it is meant to follow.
What you get back
One JSON record per page checked. These are the actual fields returned by the most recent successful run — read from the live catalogue, not a documented ideal.
| Field | Sample shape |
|---|---|
actor | string — artifact-machine-brand-kit-extractor |
actorVersion | string — 0.1.0 |
scrapedAt | string — 2026-07-29T05:04:46.353Z |
url | string — https://neighbornest.kids/ |
brand | object (1 keys) |
colors | object (6 keys) |
typography | object (2 keys) |
logos | array (0) |
favicon | object (2 keys) |
buttons | null |
_source | string — fallback |
_fallback | object (3 keys) |
notes | array (1) |
Sample output
Trimmed from a real run.
{
"actor": "artifact-machine-brand-kit-extractor",
"actorVersion": "0.1.0",
"scrapedAt": "2026-07-29T05:04:46.353Z",
"url": "https://neighbornest.kids/",
"brand": {
"name": "NeighborNest"
},
"colors": {
"primary": null,
"secondary": null,
"accent": null,
"background": null,
"text": null,
"header": null
},
"typography": {
"heading": null,
"body": null
},
"logos": [],
"favicon": {
"url": "https://neighbornest.kids/favicon.ico?favicon.2vob68tjqpejf.ico",
"type": "favicon"
},
"buttons": null,
Pricing
$3 per result. Pay-per-event through Apify — no subscription, and a run that returns nothing costs nothing.
Calling it from code
Any HTTP client works. Replace <TOKEN> with your Apify API token.
curl -X POST "https://api.apify.com/v2/acts/artifact-machine~artifact-machine-brand-kit-extractor/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"startUrls":[{"url":"https://example.com"}]}'
Questions
Does it get the official brand colours?
It gets the colours the site actually renders, which is often not the same thing — and that gap is usually the useful part. It reads the live CSS and markup, so it reflects what visitors really see rather than what a brand document says they should.
Other tools
Schema Audit - JSON-LD Structured Data Validator · Security Headers Checker · Sitemap Health Audit - XML Sitemap Validator · Tech Stack Analyzer - Detect Website Technologies
Details read from the live Apify catalogue on 2026-07-29.