United Carriers AI News Orchestrator avatar

United Carriers AI News Orchestrator

Pricing

Pay per usage

Go to Apify Store
United Carriers AI News Orchestrator

United Carriers AI News Orchestrator

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mathieux Barlow-Ladias

Mathieux Barlow-Ladias

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

  1. Generates search queries for each configured region (e.g. "supply chain logistics freight news China Japan 2026")
  2. Calls apify/rag-web-browser for each query in parallel
  3. Filters results by keyword match (supply chain, freight, tariff, etc.)
  4. Deduplicates and ranks articles by search rank position
  5. Returns the top N articles per region to the dataset

Input

FieldTypeDefaultDescription
keywordsstring[]See defaultsArticles must contain at least one keyword
regionsobject[]6 regions{ name, geoTerms[] } region config
maxArticlesPerRegioninteger3Top N articles per region
queriesPerRegioninteger2Search queries to run per region
resultsPerQueryinteger5Max 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.