AWS What's New Scraper - Product Announcements & Launches avatar

AWS What's New Scraper - Product Announcements & Launches

Pricing

from $4.00 / 1,000 results

Go to Apify Store
AWS What's New Scraper - Product Announcements & Launches

AWS What's New Scraper - Product Announcements & Launches

Scrape AWS What's New as clean JSON: every AWS product announcement, feature launch, and regional expansion - with headline, URL, publish date, service categories, and full text. Bulk-search the 20,000+ announcement archive by keyword.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Nicolas van Arkens

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape AWS What's New - every Amazon Web Services product announcement, feature launch, and regional expansion - as clean, structured JSON. This actor reads the public feed behind aws.amazon.com/about-aws/whats-new (no login, no API key) and returns headline, canonical URL, publish date, service categories, a short summary, and the full announcement text.

Give it a list of search queries (e.g. bedrock, lambda, s3) and it searches each one, paginates the full 20,000+ announcement archive, merges and de-duplicates the results. Leave the query list empty to pull the latest announcements across all of AWS.

What you get (output fields)

FieldDescription
idStable announcement id (e.g. launch-4sci4vbcw9jrgasxc68k6e).
headlineThe announcement title.
urlCanonical link to the full announcement on aws.amazon.com.
postDateTimePublish timestamp (ISO 8601, UTC).
dateCreated / dateUpdatedWhen AWS first created / last edited the entry.
categoriesService / topic tags (e.g. compute, analytics) when present.
summaryFirst ~300 characters of the announcement body.
bodyTextFull announcement text, HTML stripped (optional - on by default).
bodyHtmlOriginal HTML body (optional - off by default).
matchedQueryWhich of your queries surfaced this row (null for the latest-feed pass).
directoryIdSource feed id (whats-new-v2).

Input

FieldTypeDefaultDescription
queriesarray of strings[]Keywords to search. Empty = latest feed across all AWS.
maxResultsPerQueryinteger100Max announcements per query (paginates automatically; up to 5000).
sortOrderdesc / ascdescNewest first or oldest first, by publish date.
dateFromstring-Only announcements published on/after this ISO date (YYYY-MM-DD).
dateTostring-Only announcements published on/before this ISO date.
localestringen_USContent locale (e.g. ja_JP, de_DE, fr_FR).
includeBodyTextbooleantrueInclude the full plain-text body.
includeBodyHtmlbooleanfalseAlso include the raw HTML body.

Example input

{
"queries": ["bedrock", "lambda"],
"maxResultsPerQuery": 25,
"sortOrder": "desc",
"includeBodyText": true,
"includeBodyHtml": false
}

Example output (one row)

{
"id": "launch-4sci4vbcw9jrgasxc68k6e",
"headline": "OpenAI GPT-5.4 and GPT-5.5 models now available in US East (N. Virginia) on Amazon Bedrock",
"url": "https://aws.amazon.com/about-aws/whats-new/2026/06/openai-gpt-us-east-virginia-amazon/",
"postDateTime": "2026-06-11T00:12:00Z",
"dateCreated": "2026-06-11T00:13:22+0000",
"dateUpdated": "2026-06-11T01:17:23+0000",
"categories": [],
"summary": "Today, AWS announces the expanded availability of OpenAI's GPT-5.4 and GPT-5.5 models, which are now available in the US East (N. Virginia) Region on Amazon Bedrock...",
"matchedQuery": "bedrock",
"directoryId": "whats-new-v2",
"bodyText": "Today, AWS announces the expanded availability of OpenAI's GPT-5.4 and GPT-5.5 models..."
}

Use cases

  • Competitive & market intelligence - track when AWS ships features in a space you care about (AI/ML, databases, security) and build a dated timeline.
  • Cloud consultancies & DevRel - monitor launches by service or keyword to brief clients, write newsletters, or trigger internal alerts.
  • Region / availability tracking - watch for "now available in
  • Research datasets - pull the full historical archive (20k+ rows) for trend analysis on AWS's release cadence by topic and date.

FAQ

Where does the data come from? The public AWS What's New JSON feed (the same endpoint the AWS website uses). No credentials are needed.

How many results can I get? The archive holds 20,000+ announcements. Set maxResultsPerQuery as high as you need (up to 5000 per query) and the actor paginates for you.

How do I get the whole archive instead of a keyword search? Leave queries empty and raise maxResultsPerQuery; optionally set dateFrom to bound the window.

Why are some categories empty? AWS doesn't tag every announcement. The field is best-effort and populated whenever the feed provides tags.

How is it billed? Pay per result - you're charged once per announcement returned.