Awwwards Website Scraper avatar

Awwwards Website Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Awwwards Website Scraper

Awwwards Website Scraper

Extract detailed website data from Awwwards.com, including site information, author details, awards, and creative tags. Perfect for design inspiration and trend analysis.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

4 days ago

Last modified

Share

What does Awwwards Website Scraper do?

Awwwards Website Scraper collects public website listings from Awwwards.com. It returns the site name, public URLs, thumbnail, award labels, author profile, tags, and timestamps. An optional, bounded detail-page mode adds the public overall score, description, color palette, and Technologies & Tools tags. It does not access private accounts, submit votes, or bypass CAPTCHA, login, paywall, geofence, rate-limit, or device-verification barriers.

Why scrape Awwwards websites?

Awwwards is a useful source for design research, creative trend monitoring, visual benchmark datasets, and agency discovery. This Actor helps you:

  • Build a deduplicated dataset of award-recognized website submissions.
  • Filter by a public Awwwards list and optional category slug.
  • Keep the default list-only crawl fast, or enable a capped detail-page enrichment pass.
  • Use Apify scheduling, proxy configuration, monitoring, webhooks, integrations, and the Apify API for programmatic access.

What data can the Actor extract?

FieldTypeDescription
positionintegerPosition in the selected list.
siteNamestringPublic submitted-site name.
siteUrlstringPublic live-site URL, when displayed.
awwwardsUrlstringPublic Awwwards detail URL.
thumbnailUrlstringPublic preview image URL.
awardsarrayAward labels shown on the list card.
authorName / authorUrlstringPublic submitting studio or creator profile.
tagsarrayPublic category, design, and technology tags.
detailsobjectOptional score, description, colors, technologies, and availability flags. Omitted in list-only mode.

How to scrape Awwwards websites

  1. Open this Actor in Apify Console and review the input tab.
  2. Choose a list type, optional category, and a maximum item count.
  3. Leave Include Detail Pages disabled for a fast listing crawl, or enable it and set Max Detail Requests to a bounded value.
  4. Configure an Apify proxy if your operating environment needs one.
  5. Start the run, inspect the Output tab, or download the dataset.

The Actor uses the public website DOM and stops when an access barrier is detected. It does not switch to mirrors or reuse protected browser state.

How much does it cost?

The Actor uses a browser crawler, so cost depends on pages opened and runtime. List-only runs usually use less compute. Detail enrichment opens at most the configured Max Detail Requests in addition to list pages. Apify pricing, free usage, scheduling, and larger plans can change; check the current Apify pricing page before planning high-volume runs.

Input

See the input tab for full configuration options:

  • List Type selects the public Awwwards listing path.
  • Category optionally selects a public category route when List Type is All Websites.
  • Max Items is bounded from 1 to 200.
  • Include Detail Pages enables optional detail enrichment.
  • Max Detail Requests is bounded from 0 to 25 and is clamped to Max Items.
  • Proxy Configuration defaults to a direct connection and can explicitly select Apify Proxy or custom HTTP(S) proxy URLs.

Output

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

[
{
"position": 1,
"recordType": "awwwards-site",
"found": true,
"dataAvailable": true,
"siteName": "Example Showcase",
"siteUrl": "https://example-studio.test/",
"awwwardsUrl": "https://www.awwwards.com/sites/example-showcase",
"awards": ["Site Of The Day"],
"details": {
"requested": true,
"attempted": true,
"found": true,
"dataAvailable": true,
"score": 7.34,
"description": "An immersive example showcase for a digital studio.",
"colorPalette": ["#123456", "#F0F0F0"],
"technologies": ["GSAP", "WebGL"]
}
}
]

Empty fields are omitted. List-only records omit details entirely. Results are buffered and written as one batch only after the crawl succeeds, so a failed run cannot leave a partial success dataset. The fixed OUTPUT key reports list/detail counts and availability flags. A run with no usable public listings fails without writing diagnostic rows to the dataset.

Key-value store

After the crawl, the Actor writes a compact JSON run summary under the OUTPUT key. It contains the dataset count, detail request counters, availability flags, and Actor duration.

Tips and advanced options

Use a small Max Items value while testing selectors. Enable detail pages only when the additional public fields are needed. Keep Max Detail Requests bounded to control compute and traffic. Respect Awwwards terms, robots guidance, and applicable privacy and data-protection law.

FAQ, disclaimers, and support

Does this Actor access private data?

No. It extracts public website and profile information selected by the site. Results can still contain personal data, such as a public creator name. Do not scrape personal data unless you have a legitimate reason and have checked applicable law.

What happens when Awwwards asks for verification?

The Actor stops and logs a blocked request. It does not solve CAPTCHA, log in, bypass a paywall, evade a geofence, reuse protected state, or rotate to a mirror after denial.

For programmatic use, see the API tab. For feedback or troubleshooting, use the Issues tab and include the run URL, input, and relevant log excerpt.