{
  "openapi": "3.0.1",
  "info": {
    "title": "PornHub Scraper - Search & Extract Video Data",
    "description": "Scrape and extract Pornhub video search results: titles, views, ratings, thumbnails, URLs, tags, and categories. Pornhub scraper for data extraction, research, and API integrations. No coding key required.",
    "version": "0.0",
    "x-build-id": "mUWmrhMMvTcA3QZ88"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/lofomachines~pornhub-search-video-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-lofomachines-pornhub-search-video-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/lofomachines~pornhub-search-video-scraper/runs": {
      "post": {
        "operationId": "runs-sync-lofomachines-pornhub-search-video-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/lofomachines~pornhub-search-video-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-lofomachines-pornhub-search-video-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "title": "Search Query (optional)",
            "type": "string",
            "description": "Search term for videos. Leave empty to get all videos.",
            "default": "blonde"
          },
          "ordering": {
            "title": "Sort Order",
            "enum": [
              "featured",
              "newest",
              "mostviewed",
              "rating"
            ],
            "type": "string",
            "description": "How to sort the results.",
            "default": "newest"
          },
          "period": {
            "title": "Time Period",
            "enum": [
              "weekly",
              "monthly",
              "alltime"
            ],
            "type": "string",
            "description": "Filter by time period (only works with Sort Order)."
          },
          "thumbsize": {
            "title": "Thumbnail Size",
            "enum": [
              "small",
              "medium",
              "large",
              "small_hd",
              "medium_hd",
              "large_hd"
            ],
            "type": "string",
            "description": "Size of thumbnail images in results.",
            "default": "small"
          },
          "category": {
            "title": "Category",
            "enum": [
              "",
              "teen",
              "60fps",
              "amateur",
              "anal",
              "arab",
              "asian",
              "babe",
              "babysitter",
              "bbw",
              "behind-the-scenes",
              "big-ass",
              "big-dick",
              "big-tits",
              "bisexual-male",
              "blonde",
              "blowjob",
              "bondage",
              "brazilian",
              "british",
              "brunette",
              "bdsm",
              "cartoons",
              "casting",
              "celebrity",
              "college",
              "compilation",
              "cosplay",
              "creampie",
              "cuckold",
              "cumshot",
              "czech",
              "double-penetration",
              "ebony",
              "euro",
              "exclusive",
              "feet",
              "female-friendly",
              "fetish",
              "fingering",
              "french",
              "gangbang",
              "german",
              "ghetto",
              "gonzo",
              "group-sex",
              "handjob",
              "hardcore",
              "hentai",
              "indian",
              "interracial",
              "italian",
              "japanese",
              "korean",
              "latina",
              "leather",
              "lesbian",
              "massage",
              "masturbation",
              "mature",
              "milf",
              "music",
              "old-young",
              "orgy",
              "other",
              "parody",
              "party",
              "pissing",
              "pov",
              "public",
              "pornstar",
              "puppet-stop-motion",
              "reality",
              "redhead",
              "roleplay",
              "romantic",
              "rough-sex",
              "russian",
              "school",
              "scifi",
              "sfw",
              "small-tits",
              "smoking",
              "solo-female",
              "solo-male",
              "spanish",
              "sports",
              "squirt",
              "striptease",
              "tattooed-women",
              "threesome",
              "toys",
              "transgender",
              "uniform",
              "vintage",
              "webcam",
              "western"
            ],
            "type": "string",
            "description": "Filter by category.",
            "default": ""
          },
          "tags": {
            "title": "Tags",
            "type": "array",
            "description": "Filter by tags.",
            "items": {
              "type": "string"
            }
          },
          "phrase": {
            "title": "Pornstars Filter",
            "type": "array",
            "description": "Filter by pornstar names.",
            "items": {
              "type": "string"
            }
          },
          "page": {
            "title": "Start Page",
            "minimum": 1,
            "type": "integer",
            "description": "Page number to start from.",
            "default": 1
          },
          "maxResults": {
            "title": "Max Results",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of videos to return.",
            "default": 10
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Select proxies to use. RESIDENTIAL proxies are strongly recommended for this Actor as the API may block datacenter IPs.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": []
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}