phpBB Forum Scraper
Pricing
from $1.00 / 1,000 result rows
Go to Apify Store
phpBB Forum Scraper
Generic scraper for phpBB-powered forums. Crawls forums, topics and posts, and outputs structured post data.
phpBB Forum Scraper
Pricing
from $1.00 / 1,000 result rows
Generic scraper for phpBB-powered forums. Crawls forums, topics and posts, and outputs structured post data.
Base URL of any phpBB-powered forum, e.g. https://forum.cyclos.org
What to crawl. 'forums' lists the board's forums/sub-forums (use this to discover a forumId for mode=forum). 'latest' pulls the board's active-topics list, 'forum' pulls one forum, 'search' pulls search results, 'topicUrls' scrapes only the topics you list.
Required when mode=forum. The forum's numeric id (the 'f=' value), or a full viewforum.php URL.
Required when mode=search. Uses the board's search.php?keywords= endpoint.
Required when mode=topicUrls. Direct URLs to phpBB topics (viewtopic.php).
[]If true, fetch every topic's full post stream (original post + all replies) in addition to the topic metadata. If false, only topic-level metadata is scraped (much faster, fewer requests).
Maximum number of topics to scrape. 0 = unlimited.
Maximum number of posts to fetch per topic (only used when includePosts is true). 0 = unlimited.
Safety cap on the total number of HTTP requests made during the run. 0 = unlimited.
Polite delay between outgoing requests to avoid overloading the forum's server.
Maximum number of concurrent HTTP requests.