Pornhub Video Downloader avatar

Pornhub Video Downloader

Pricing

$1.00 / 1,000 results

Go to Apify Store
Pornhub Video Downloader

Pornhub Video Downloader

Download Pornhub videos from a URL in seconds. Paste any Pornhub video link and get an instant MP4 download link, a clean filename, and full metadata including title, creator, tags, views, and likes. No login, no ads, and no browser extensions required.

Pricing

$1.00 / 1,000 results

Rating

0.0

(0)

Developer

VacuVids

VacuVids

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Save supported Pornhub videos from a URL for offline viewing, archiving favorites, QA, or organizing a personal media library. Paste a video link and the Actor returns a browser-ready download link and useful metadata without making you dig through page code or browser network requests.

What You Get

  • A simple URL-based workflow for supported Pornhub videos
  • Support for /view_video.php?viewkey={id} URLs
  • Support for pornhub.com, pornhub.net, and pornhub.org domains, including regional subdomains
  • A browser-ready download link you can open or pass into your own workflow
  • Metadata for each video, including title, description, creator, duration, thumbnail, tags, views, likes, dislikes, and comments

Common Use Cases

  • Build a personal offline Pornhub media library from supported video URLs
  • Prepare downloaded videos for organizers like Stash App or a Plex Media Library
  • Keep favorite videos together with useful metadata
  • Collect video metadata for cataloging, QA, or research workflows

Input

Download a public video

{
"url": "https://www.pornhub.org/view_video.php?viewkey=69055d8832c42",
"debug": false
}
FieldRequiredDescription
urlYesFull Pornhub video page URL.
debugNoAdds selected diagnostics and raw page model data. Usually only needed while troubleshooting.
proxyConfigurationNoResidential proxy pinned to the U.S. Virgin Islands by default. Override the country/groups or disable it via Apify's proxy editor.

Output

The Actor saves one item to the default dataset. Successful results include normalized metadata plus:

{
"thumbnailUrl": "https://...",
"downloadUrl": "https://...",
"downloadType": "free",
"title": "Example Video",
"description": "A clean, HTML-free description of the video.",
"creatorName": "example-creator",
"price": 0,
"currency": "USD",
"tags": ["Amateur", "Solo"],
"likes": 43,
"scrapeStatus": "ok",
"scrapedAt": "2026-07-08T13:39:42.160Z",
"videoId": "69055d8832c42"
}

Important download fields:

  • downloadUrl: browser-ready download page link. The page resolves a fresh media source at click time.
  • downloadType: currently always free.
  • price / currency: currently always 0 / USD.

If the video cannot be resolved, the dataset item still contains a machine-readable status:

  • invalid_input: Required input is missing or malformed.
  • not_found: The video could not be found or was removed.
  • api_error: The page could not be fetched or parsed.

Limits and Notes

  • The Actor returns one video download result per run.
  • Site changes, unavailable videos, or changed page scripts can affect results.
  • Users are responsible for making sure their use of downloads complies with applicable laws and website terms.