Discover/Gfy API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_new_posts
Checks pendingself-healing
Endpoints
1
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination (1-indexed). Maximum 20 pages.
Number of posts per page, between 1 and 50.
Time range to filter posts. Omitting defaults to last_month.
Filter by content type. Omitting defaults to all.
When true, shows only new topics (thread starters). When false, includes replies as well.
api.parse.bot/scraper/4ac85c33-b292-4453-99de-71b6a1d5700c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
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'
All endpoints · 1 totalmissing one? ·

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.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-indexed). Maximum 20 pages.
per_pageintegerNumber of posts per page, between 1 and 50.
time_filterstringTime range to filter posts. Omitting defaults to last_month.
content_typestringFilter by content type. Omitting defaults to all.
new_topics_onlybooleanWhen true, shows only new topics (thread starters). When false, includes replies as well.
Response
{
  "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.