The Artifact Machine

$3 per result

Brand Kit Extractor

Extract brand colors, fonts, logos, and metadata from any website.

Run it on Apify All tools

Who it is for

Designers and agencies starting work on a site they did not build.

What you would use it for

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.

FieldSample shape
actorstring — artifact-machine-brand-kit-extractor
actorVersionstring — 0.1.0
scrapedAtstring — 2026-07-29T05:04:46.353Z
urlstring — https://neighbornest.kids/
brandobject (1 keys)
colorsobject (6 keys)
typographyobject (2 keys)
logosarray (0)
faviconobject (2 keys)
buttonsnull
_sourcestring — fallback
_fallbackobject (3 keys)
notesarray (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.