Thailand News Monitor — Thai PBS & THE STANDARD avatar

Thailand News Monitor — Thai PBS & THE STANDARD

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Thailand News Monitor — Thai PBS & THE STANDARD

Thailand News Monitor — Thai PBS & THE STANDARD

Monitor and search Thai news from Thai PBS and THE STANDARD by topic, keyword, and date range.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

wiseld_squid

wiseld_squid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

Thailand News Monitor

Collect current and historical Thai news from Thai PBS and THE STANDARD in one clean dataset.

Use it to:

  • track a company, person, policy, product, or issue;
  • follow politics, the economy, business, society, technology, world news, or the environment;
  • create daily news feeds and alerts;
  • compare coverage across publishers;
  • export structured news data to JSON, CSV, Excel, Google Sheets, Make, Zapier, or your own workflow.

Input

FieldDescription
sourcesThai PBS, THE STANDARD, or both
topicsOptional topic filter; empty includes every supported news topic
keywordsThai or English search words; empty returns recent news
keywordMatchMatch any keyword or require all keywords
excludeKeywordsRemove unwanted matches
fromDate / toDateOptional date range
sortByNewest, oldest, or most relevant
maxItemsTotal records to save across all selected sources
includeImagesInclude the main image URL
includeTagsInclude publisher tags

Example:

{
"sources": ["thaiPbs", "theStandard"],
"topics": ["politics", "economy"],
"keywords": ["ค่าแรง", "เศรษฐกิจ"],
"keywordMatch": "any",
"excludeKeywords": [],
"fromDate": "2026-07-01",
"toDate": "2026-07-29",
"sortBy": "newest",
"maxItems": 300,
"includeImages": true,
"includeTags": true
}

Output

Each dataset item contains:

  • article and source IDs;
  • source name;
  • headline and summary;
  • normalized topic and original publisher category;
  • tags and author;
  • publication and update timestamps;
  • article and image URLs;
  • matched keywords and relevance score;
  • video and sponsored-content flags;
  • collection timestamp.
{
"articleId": "508813",
"source": "thaiPbs",
"sourceName": "Thai PBS",
"title": "Example headline",
"summary": "Short article summary",
"category": "world",
"categoryOriginal": "ต่างประเทศ",
"tags": ["เมียนมา"],
"author": null,
"publishedAt": "2026-07-28T12:53:31.000Z",
"modifiedAt": "2026-07-28T13:31:02.000Z",
"url": "https://www.thaipbs.or.th/news/content/508813",
"imageUrl": "https://example.com/image.jpg",
"matchedKeywords": ["เมียนมา"],
"relevanceScore": 1,
"isVideo": false,
"isSponsored": false,
"scrapedAt": "2026-07-29T03:00:00.000Z"
}

maxItems is the combined limit, not a separate limit for each source. Results are merged, de-duplicated, sorted, and then limited.

If no start date is provided, the search covers up to the latest 90 days. A custom date range can cover up to 366 days. A narrow query can return fewer records than requested when fewer matching articles exist.

Tips

  • Leave keywords and topics empty for a broad latest-news feed.
  • Use several keywords with Any keyword for monitoring.
  • Use All keywords for a narrow search.
  • Add ambiguous words to excludeKeywords to reduce noise.
  • Use one source at a time when you need publisher-specific exports.