Gfy APIgfy.com ↗
Monitor the latest discussion posts and activity from GFY.com's webmaster community forum in real-time, with flexible filtering by timestamp and content type to stay updated on topics relevant to your interests. Get instant alerts whenever new posts are published so you never miss important conversations or announcements from the adult industry forum.
curl -X GET 'https://api.parse.bot/scraper/4ac85c33-b292-4453-99de-71b6a1d5700c/get_new_posts?time_filter=today&content_type=all&new_topics_only=true' \ -H 'X-API-Key: $PARSE_API_KEY'
Fetches the latest forum activity (new topics and/or replies) with filtering by time range, content type, and whether to show only new topics or include replies. Returns paginated results ordered by most recent first. Each page returns up to per_page posts. The upstream caps traversal at 20 pages.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination (1-indexed). Maximum 20 pages. |
| per_page | integer | Number of posts per page, between 1 and 50. |
| time_filter | string | Time range to filter posts. Omitting defaults to last_month. |
| content_type | string | Filter by content type. Omitting defaults to all. |
| new_topics_only | boolean | When true, shows only new topics (thread starters). When false, includes replies as well. |
{
"type": "object",
"fields": {
"page": "current page number",
"posts": "array of post objects with node_id, title, url, author, author_url, date, channel, channel_url, content_preview, and post_type",
"per_page": "posts per page requested",
"post_count": "number of posts returned on this page"
},
"sample": {
"data": {
"page": 1,
"posts": [
{
"url": "https://gfy.com/forum/simply-business/fucking-around-business-discussion/31467631-tube-adult-content-link-exchange",
"date": "2026-08-13T04:51:09-07:00",
"title": "Tube/adult content link exchange",
"author": "cowsellerboy",
"channel": "Fucking Around & Business Discussion",
"node_id": "31467631",
"post_type": "starter",
"author_url": "https://gfy.com/member/409474-cowsellerboy",
"channel_url": "https://gfy.com/forum/simply-business/fucking-around-business-discussion",
"content_preview": "I am running a high quality adult tube and interested in high quality link exchanges."
}
],
"per_page": 5,
"post_count": 5
},
"status": "success"
}
}About the Gfy API
The Gfy API on Parse exposes 1 endpoint for the publicly available data on gfy.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.