Lowyat Scraper – Malaysia's Biggest Forum, Threads & Replies avatar

Lowyat Scraper – Malaysia's Biggest Forum, Threads & Replies

Pricing

from $2.00 / 1,000 topic listings

Go to Apify Store
Lowyat Scraper – Malaysia's Biggest Forum, Threads & Replies

Lowyat Scraper – Malaysia's Biggest Forum, Threads & Replies

Scrape Lowyat.NET, Malaysia's biggest forum, without an API: browse a section's latest topics with a title-keyword filter, or pull a topic's full first post and every reply. snake_case JSON/CSV/Excel export for Malaysia social listening, brand monitoring and market research.

Pricing

from $2.00 / 1,000 topic listings

Rating

0.0

(0)

Developer

Chad

Chad

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Scrape Lowyat.NET (forum.lowyat.net), Malaysia's largest and most active online forum, without an API or login. Browse a section's latest topics (with an optional title-keyword filter), or pull any topic's full first post and every reply — for Malaysia social listening, brand monitoring and market research.

No account, no token, no browser automation — just fast public HTML endpoints. Output is clean, structured snake_case data (JSON / CSV / Excel), missing values are null (never dropped), and every row carries an ISO 8601 scraped_at.

Output fields

FieldTypeDescription
topic_idstringLowyat topic id (the number in /topic/{id})
sitestringAlways "lowyat"
forumstring | nullSection the row came from (forum mode); null in topic mode
titlestring | nullTopic title
authorstring | nullTopic starter (forum mode) or the post's author (topic main / reply)
reply_countnumber | nullReply count from the listing (forum mode)
view_countnumber | nullView count from the listing (forum mode)
created_atstring | nullTopic start time / post time, ISO 8601 (Malaysia UTC+8 resolved to UTC)
last_reply_atstring | nullLast-activity time from the listing (forum mode)
topic_urlstring | nullCanonical topic URL
contentstring | nullPost body text — topic main post and each reply (topic mode)
content_imagesarrayImage URLs found in the post body
post_idstringReply rows only — the Lowyat post id
floornumber | nullReply rows only — the post's #N floor number
source_modestring"forum" or "topic"
source_querystringThe section or topic id this row was scraped from
scraped_atstringScrape time, ISO 8601

Modes

ModeWhat it doesCharged
forum (default)Latest topics in one or more sections, paginated; optional title-keyword filter and dateFrom cut-offsearch-listing per topic
topicA topic's full first post + all replies, across all pagesproduct-detail (main post) + review-item (per reply)

Input fields

FieldTypeDefaultNotes
modestringforum or topic (required)
forumsarrayforum mode: section slugs (e.g. Kopitiam) or forum/{id}
topicIdsarray[]topic mode: numeric topic ids
topicUrlsarray[]topic mode: full topic URLs (id auto-extracted)
keywordsarray[]forum mode: keep only topics whose title contains a keyword
bulkInputstringone item per line; routed to the current mode's field
maxItemsinteger50forum: max topics per section; topic: max topics (replies uncapped). Max 500
dateFromstringforum mode: 3d / 12h / 2w or MM/DD/YY; also stops paging early
proxyConfigurationobjectApify datacenterkeep on to avoid shared-IP rate limiting

Examples

Latest topics in the Kopitiam (chit-chat) section:

{ "mode": "forum", "forums": ["Kopitiam"], "maxItems": 50 }

Brand monitoring — only topics mentioning a keyword, from the last week:

{ "mode": "forum", "forums": ["Kopitiam", "Celebrities"], "keywords": ["Maybank", "TNG"], "dateFrom": "7d" }

Full topic with every reply:

{ "mode": "topic", "topicIds": ["4718961"] }

Topic mode from URLs:

{ "mode": "topic", "topicUrls": ["https://forum.lowyat.net/topic/4718961/"] }

Notes

  • Forum-section browsing, not full-site search. Lowyat's site-wide search is not publicly accessible, so this Actor monitors the sections you name and filters titles by keyword (the same approach as forum monitors for other boards). Pick the sections your topic lives in (e.g. Kopitiam, Celebrities, Announcements).
  • Timestamps are Malaysia local time (UTC+8) converted to UTC. Listing "Today"/"Yesterday" values are resolved against the run time.
  • Floor numbers come straight from Lowyat's own #N markers (continuous across pages); when a floor can't be read it is null rather than guessed.
  • Pinned/announcement topics are returned but are exempt from the dateFrom filter and never trigger the early-stop.
  • Keep proxyConfiguration on — running without a proxy shares egress IPs with other runs and invites rate limiting.

FAQ

Does it need a Lowyat account? No. Only public content is read.

Can it search all of Lowyat by keyword? Not in v1 — Lowyat's public search isn't accessible. Use forum mode on the relevant sections with a keywords title filter.

How do I find a section slug? It's the path in the section URL — forum.lowyat.net/KopitiamKopitiam.

What about reply images/stickers? Image URLs in a post body are captured in content_images; the forum's own UI sprites are excluded.

Disclaimer

This Actor collects only publicly available content for research and analytics. You are responsible for complying with Lowyat.NET's terms and applicable laws (including data-protection rules) when using the data.


Keywords: Lowyat scraper, Lowyat.NET, Malaysia forum scraper, forum threads & replies, social listening Malaysia, brand monitoring, sentiment analysis, no API, JSON CSV Excel export.