SEO News Aggregator - AI-Powered Content Curation avatar

SEO News Aggregator - AI-Powered Content Curation

Pricing

from $0.01 / 1,000 results

Go to Apify Store
SEO News Aggregator - AI-Powered Content Curation

SEO News Aggregator - AI-Powered Content Curation

Aggregate the latest SEO news from top industry sources and transform them into ready-to-post content with AI summarization. Search Engine Journal, Search Engine Land, Moz Blog, Ahrefs Blog , Neil Patel, Backlinko

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

18 days ago

Last modified

Categories

Share

SEO News Aggregator - Search Engine Journal & Land

Aggregate the latest SEO news from Search Engine Journal, Search Engine Land, Moz, Ahrefs, and more. Uses BYOK AI to summarize articles and optionally generate images for social posts.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Anthropic API key for Claude-powered summarization

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"sources": [
"searchenginejournal",
"searchengineland"
],
"maxArticlesPerSource": 10,
"hoursLookback": 24,
"summarizeArticles": true,
"anthropicApiKey": "YOUR_API_KEY_HERE",
"openaiApiKey": "YOUR_API_KEY_HERE",
"summaryStyle": "professional",
"generateImages": false,
"imageProvider": "gemini",
"geminiApiKey": "YOUR_API_KEY_HERE",
"stabilityApiKey": "YOUR_API_KEY_HERE",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModebooleantrueNoRun with sample data to test the actor without real scraping
sourcesarray["searchenginejournal","searchengineland"]NoWhich SEO news sources to scrape
categoriesarray-NoFilter by article categories (empty = all)
maxArticlesPerSourceinteger10NoMaximum number of articles to fetch per source
hoursLookbackinteger24NoOnly fetch articles published within this many hours
summarizeArticlesbooleantrueNoUse AI to summarize articles (requires API key)
anthropicApiKeystring-Yes*Your Anthropic API key for Claude-powered summarization
openaiApiKeystring-Yes*Alternative: OpenAI API key for GPT-powered summarization
summaryStylestring"professional"NoStyle of AI-generated summaries
generateImagesbooleanfalseNoGenerate blog header images for articles using AI
imageProviderstring"gemini"NoWhich AI image generation provider to use
geminiApiKeystring-Yes*Your Google Gemini API key for Imagen image generation (BYOK)
stabilityApiKeystring-Yes*Your Stability AI API key for Stable Diffusion image generation (BYOK)
webhookUrlstring-NoURL to send results to when aggregation completes (Zapier, Make, n8n, etc.)
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for web scraping

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Article ScrapedEach SEO news article scraped$0.01
Article SummarizedAI summarizes an article$0.02
Image GeneratedGemini Image Generator for social post images$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal