United Carriers AI News Orchestrator
Pricing
Pay per usage
Go to Apify Store
United Carriers AI News Orchestrator
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Mathieux Barlow-Ladias
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Discovers supply chain and logistics news articles using Apify's rag-web-browser Actor, then filters by keyword and geographic region, and returns the top N articles per region as structured JSON ready for ChatGPT input.
How it works
- Generates search queries for each configured region (e.g. "supply chain logistics freight news China Japan 2026")
- Calls
apify/rag-web-browserfor each query in parallel - Filters results by keyword match (supply chain, freight, tariff, etc.)
- Deduplicates and ranks articles by search rank position
- Returns the top N articles per region to the dataset
Input
| Field | Type | Default | Description |
|---|---|---|---|
keywords | string[] | See defaults | Articles must contain at least one keyword |
regions | object[] | 6 regions | { name, geoTerms[] } region config |
maxArticlesPerRegion | integer | 3 | Top N articles per region |
queriesPerRegion | integer | 2 | Search queries to run per region |
resultsPerQuery | integer | 5 | Max results per RAG query |
Output
Each dataset item:
{"region": "Asia","title": "Port congestion delays shipments across Southeast Asia","url": "https://...","publishedAt": null,"source": "supplychaindive.com","bodyText": "Full article body text up to 6000 chars...","popularityScore": 5,"popularitySignal": "searchRank","matchedKeywords": ["port congestion", "shipping"],"matchedRegion": "Asia","searchQuery": "supply chain logistics freight news China Japan 2026"}
Default regions
Americas, Asia, Europe, Middle East, Africa, Oceania (+ Global catch-all)
Client
United Carriers - Melbourne, AU. PoC for AI News content automation.