Thailand News Monitor — Thai PBS & THE STANDARD
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Description |
|---|---|
sources | Thai PBS, THE STANDARD, or both |
topics | Optional topic filter; empty includes every supported news topic |
keywords | Thai or English search words; empty returns recent news |
keywordMatch | Match any keyword or require all keywords |
excludeKeywords | Remove unwanted matches |
fromDate / toDate | Optional date range |
sortBy | Newest, oldest, or most relevant |
maxItems | Total records to save across all selected sources |
includeImages | Include the main image URL |
includeTags | Include 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
keywordsandtopicsempty 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
excludeKeywordsto reduce noise. - Use one source at a time when you need publisher-specific exports.