Brand Asset Pack avatar

Brand Asset Pack

Pricing

from $33.50 / 1,000 brand asset packs

Go to Apify Store
Brand Asset Pack

Brand Asset Pack

Give it a list of company domains; it returns one CRM-ready record per domain describing a validated brand bundle (logo, favicon, social share image, brand colors).

Pricing

from $33.50 / 1,000 brand asset packs

Rating

0.0

(0)

Developer

NexGen Watch

NexGen Watch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

🌐 Brand Asset Pack

Give it a list of company domains; it returns one CRM-ready record per domain describing a validated brand bundle (logo, favicon, social share image, brand colors). It works only from each company's own public pages, and it honours robots.txt per domain: any page a site disallows is skipped, never bypassed.

Each visual asset is validated — fetched and checked for mime type and pixel dimensions — with provenance (the page it was referenced on and the asset URL).

Difference from a Company Logo API: a validated asset bundle, not one unverified URL.

Output is one brand_asset_pack row per result; billing is pay-per-event, the value event being one brand asset pack (a $0.02 start fee per run, then $0.05 per brand asset pack).

No login, no API key and no CAPTCHA solving are involved: the source is read logged-out.

📊 Sample Output

Brand Asset Pack sample output — a table of real brand asset pack rows (domain, checked_pages, logo, favicon) from run s7K1OWYbNX41eJznl on build 0.1.7

Real rows from run s7K1OWYbNX41eJznl on build 0.1.7 (2026-09-17), the same input as the Quick start below — every value is as the source published it (emails masked, long text shortened):

domainchecked_pageslogofaviconsocial_imagecharged_event
vercel.com["https://vercel.com/"]{"url": "https://lishhsx6kmthaacj.public.blob.vercel-storage.com/verce{"url": "https://assets.vercel.com/image/upload/q_auto/front/favicon/v{"url": "https://lishhsx6kmthaacj.public.blob.vercel-storage.com/og-hobrand_asset_pack
stripe.com["https://stripe.com/"]{"url": "https://images.stripeassets.com/fzn2n1nzq965/1hgcBNd12BfT9VLg{"url": "https://images.stripeassets.com/fzn2n1nzq965/4vVgZi0ZMoEzOhkc{"url": "https://images.stripeassets.com/fzn2n1nzq965/XtX984S1GJVsVOXFbrand_asset_pack

The run finished with the status message: NORMAL: 2 of 2 domains enriched ({'ok': 2}). brand_asset_pack billable=2

✅ What you get

Each row is flat JSON with these fields (from the dataset schema and the sample run; a field the source does not publish for a given row is null):

  • record_type (string) — e.g. brand_asset_pack
  • domain (string/null) — e.g. vercel.com
  • checked_pages (array/null) — e.g. ["https://vercel.com/"]
  • robots_skipped (array/null) — null in every sample row
  • observed_at (string/null) — e.g. 2026-09-17T17:00:38Z
  • source_url (string/null) — e.g. https://vercel.com/
  • logo (object/null) — e.g. {"url": "https://lishhsx6kmthaacj.public.blob.vercel-storage.com/vercel-wordmark
  • favicon (object/null) — e.g. {"url": "https://assets.vercel.com/image/upload/q_auto/front/favicon/vercel/appl
  • social_image (object/null) — e.g. {"url": "https://lishhsx6kmthaacj.public.blob.vercel-storage.com/og-home-not-x.p
  • brand_colors (array/null) — e.g. [{"value": "#FAFAFA", "source": "theme-color meta", "evidence_url": "https://ver
  • status (string/null) — e.g. ok
  • charged_event (string/null) — e.g. brand_asset_pack
  • terminal (string/null) — null in every sample row
  • supplied (integer/null) — null in every sample row
  • processed (integer/null) — null in every sample row
  • status_counts (object/null) — null in every sample row
  • billed (integer/null) — null in every sample row

Every run also writes a RUN_RECEIPT record to its key-value store with the source checks it made and the counts it charged — diagnostics never land in the paid dataset.

⚙️ Sample inputs

1. Quick start — the Store example (this is what the sample above came from)

{
"domains": [
"vercel.com",
"stripe.com"
],
"maxRecords": 10
}

The sample run charged exactly: 1 × $0.02 apify-actor-start + 2 × $0.05 brand_asset_pack = $0.12 on the Free tier — every delivered row was billed.

2. A smaller, narrowed run

{
"domains": [
"vercel.com",
"stripe.com"
],
"maxRecords": 5
}

Caps the run at 5 rows — about $0.27 on the Free tier ($0.02 start + 5 × $0.05).

3. A full-size run

{
"domains": [
"vercel.com",
"stripe.com"
],
"maxRecords": 100
}

Up to 100 rows (the schema default for maxRecords) — about $5.02 on the Free tier ($0.02 start + 100 × $0.05) if the source has that many.

🧾 JSON sample record

One real record from run s7K1OWYbNX41eJznl, exactly as it lands in the dataset (emails masked, long text shortened):

{
"record_type": "brand_asset_pack",
"domain": "vercel.com",
"checked_pages": [
"https://vercel.com/"
],
"robots_skipped": [],
"observed_at": "2026-09-17T17:00:38Z",
"source_url": "https://vercel.com/",
"logo": {
"url": "https://lishhsx6kmthaacj.public.blob.vercel-storage.com/vercel-wordmark.svg",
"valid": true,
"mime": "image/svg+xml",
"width": 262,
"height": 52,
"bytes": 3646,
"evidence_url": "https://vercel.com/"
},
"favicon": {
"url": "https://assets.vercel.com/image/upload/q_auto/front/favicon/vercel/apple-touch-icon-57x57.png",
"valid": true,
"mime": "image/png",
"width": 57,
"height": 57,
"bytes": 265,
"evidence_url": "https://vercel.com/"
},
"social_image": {
"url": "https://lishhsx6kmthaacj.public.blob.vercel-storage.com/og-home-not-x.png",
"valid": true,
"mime": "image/png",
"width": 2400,
"height": 1350,
"bytes": 846782,
"evidence_url": "https://vercel.com/"
},
"brand_colors": [
{
"value": "#FAFAFA",
"source": "theme-color meta",
"evidence_url": "https://vercel.com/"
},
{
"value": "#fafafa",
"source": "stylesheet frequency",
"evidence_url": "https://vercel.com/"
}
],
"status": "ok",
"charged_event": "brand_asset_pack"
}

🔧 How it works

Transport. Plain HTTPS from the Apify platform, no proxy. robots.txt is read first and a disallowed path is never fetched.

Terminal states. A run ends NORMAL, CAPPED (your cap was reached), PARTIAL (something was withheld and the message says what), GENUINE_EMPTY (the source was read and truly had nothing in scope) or BLOCKED (the source refused or changed shape — the run FAILS loud and bills nothing). A zero-row run is never reported as a silent success.

Charging. Each brand asset pack is charged at the moment it is pushed (brand_asset_pack); a row that fails to charge is not delivered, so the dataset count always equals the charged count.

How it works

For each domain supplied, the actor runs a robots preflight on every page it wants to read. Allowed pages are fetched from the company's own site; disallowed pages are skipped and recorded in robots_skipped. Each record reports a status:

  • ok — data was found (this is the only status that bills)
  • no_data — the site was reachable but nothing matched
  • robots_blocked — the page(s) needed were disallowed by robots.txt (skipped, never bypassed)
  • unreachable — the site did not respond

A domain that is robots-blocked, unreachable, or yields no data is delivered as a record for your visibility but bills nothing. If every supplied domain is unreachable, the run fails loudly (an egress outage is never delivered as an empty success).

What is not done. No login, no cookie or CAPTCHA bypass, no private or personal-account data, no browser automation.

💰 Pricing example

EventFreeBronzeSilverGold
Actor Start (apify-actor-start)$0.02$0.02$0.02$0.02
Brand Asset Pack (brand_asset_pack)$0.05$0.04$0.04$0.03

Worked at the live Free-tier price:

  • 2 brand asset packs: $0.02 start + 2 × $0.05 = $0.12
  • 25 brand asset packs: $0.02 start + 25 × $0.05 = $1.27
  • 100 brand asset packs: $0.02 start + 100 × $0.05 = $5.02

A run that delivers zero rows charges the $0.02 start fee only. A BLOCKED run (source refused) fails loud and charges no value event. The start fee is charged once per GB of run memory; the default run memory is 1024 MB.

Yield on the sample run: NORMAL: 2 of 2 domains enriched ({'ok': 2}). brand_asset_pack billable=2. maxRecords is a hard ceiling on what is delivered and billed, never a target.

This actor reads public data only. It collects only what the source publishes to any visitor, keeps to the source's robots rules (checked on every run), identifies itself, and does not access accounts, private data or anything behind authentication. Use the output in line with the source's terms and your local law; the intended use is B2B research and monitoring.

❓ FAQ

Q: Do I need an API key or a login?
A: No. the input schema has no key field and the actor carries no secrets.

Q: Why did my run return 0 rows?
A: Read the run's status message. GENUINE_EMPTY means the source was read and had nothing in scope for your input; BLOCKED means the source refused and the run failed without billing a value event — retry later or narrow the input. A zero-row run bills the start fee only.

Q: How many rows can one run return?
A: Up to maxRecords (default 100). Raise the cap for a bigger run; you pay per delivered row.

Q: How fresh is the data?
A: Every run reads the source live at run time; nothing is cached between runs. Put it on a schedule for a continuous feed.

Q: What formats can I export?
A: The dataset downloads as JSON, CSV, Excel, XML or RSS from the run's Dataset tab or the Apify API, and any run can push to a webhook or integration.

Q: How is this different from the other web QA and enrichment tools actors?
A: Same output shape and billing model; this one covers Brand Asset Pack. The siblings under Related Actors cover the other sources or slices — run several on one schedule for a combined feed.

Q: Are there rate limits?
A: The actor paces itself against the source and honours its robots rules; there is no per-buyer limit beyond your Apify plan's concurrency.

🆘 Troubleshooting

  • Run FAILED with BLOCKED → the source refused the request or changed its page shape → nothing was billed beyond the start fee; retry after a while, and if it persists open an Issue with the run id.
  • Status says CAPPED → your cap (maxRecords) was reached → raise it for a bigger run.
  • Input validation error on start → a field is outside the schema's allowed values → start from the Quick start block and change one field at a time.
  • Run TIMED-OUT → a very wide request on a slow day → raise the run timeout in Run options or narrow the input; what was delivered before the timeout is still in the dataset.
  • Article Record Extractor — Turns a list of article URLs into normalized records: title, author, published/modified dates, canonical, heading outline, main text, word count, lan…
  • Contact Evidence Enricher — Give it a list of company domains; it returns one CRM-ready record per domain describing
  • Crossref DOI Metadata QA — A per-DOI QA verdict from official Crossref metadata — each DOI returns valid, not_found, or metadata_incomplete with every missing required field na…
  • HTML to PDF Evidence Renderer — Renders each HTML document or permitted public URL to a hashed, print-pinned PDF evidence artifact: page count, resource-failure ledger, input+output…
  • 🏢 About NexGenData — NexGen Watch is NexGenData's fleet of 256 public monitoring and lookup actors built on official sources, pay-per-result. Browse the catalog at apify.com/nexgenwatch.

⭐ Found this useful?

If this actor saved you a manual check, a quick review on the Apify Store helps other teams find it. Feature request or a source that changed? Open it from the Issues tab — every one is read.