Clips4Sale Video Downloader avatar

Clips4Sale Video Downloader

Pricing

$1.00 / 1,000 results

Go to Apify Store
Clips4Sale Video Downloader

Clips4Sale Video Downloader

Download Clips4Sale videos from a URL for offline viewing.

Pricing

$1.00 / 1,000 results

Rating

5.0

(1)

Developer

VacuVids

VacuVids

Maintained by Community

Actor stats

1

Bookmarked

737

Total users

31

Monthly active users

12 hours

Issues response

10 hours ago

Last modified

Share

Save supported Clips4Sale clips from a URL for offline viewing, archiving purchases, QA, or organizing a personal media library. Paste a clip link, optionally add your logged-in cookie for clips your account can access, 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 Clips4Sale clips
  • Support for free clips, public previews, and paid clips your account can access
  • A browser-ready download link you can open or pass into your own workflow
  • Extra metadata for each clip, including title, studio, duration, resolution, price, thumbnails, tags, and engagement stats
  • A clear result type: free, preview, or paid

Common Use Cases

  • Build a personal offline Clips4Sale media library from supported clip URLs
  • Prepare downloaded clips for organizers like Stash App or a Plex Media Library
  • Keep favorite clips together with useful metadata
  • Archive clips your account can access so your collection is easier to browse later
  • Collect preview videos and metadata for cataloging, QA, or research workflows

Input

Download a free clip or paid preview

Use this when you do not need account-only access. Paid clips will fall back to the public preview if one is available.

{
"url": "https://www.clips4sale.com/studio/157741/24835661/teacher-belly-button-fetish",
"debug": false
}

Download a paid clip your account can access

Paste the Cookie header value from a logged-in Clips4Sale browser session. The actor will try the authenticated full-video route first and fall back to the public preview if the account is not authorized or the cookie is expired.

{
"url": "https://www.clips4sale.com/studio/157741/24835661/teacher-belly-button-fetish",
"cookie": "session=...; token=...",
"debug": false
}
FieldRequiredDescription
urlYesFull Clips4Sale clip page URL.
cookieNoFull Cookie header value from your logged-in browser session. Leave empty for free clips and public paid previews.
debugNoAdds selected diagnostics and raw Clips4Sale page data. Usually only needed while troubleshooting.

Output

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

{
"thumbnailUrl": "https://...",
"downloadUrl": "https://...",
"downloadType": "preview",
"title": "Teacher Belly Button Fetish",
"description": "A clean, HTML-free description of the clip.",
"creatorName": "Example Studio",
"price": 11.99,
"currency": "USD",
"scrapeStatus": "ok",
"scrapedAt": "2026-05-26T12:00:00.000Z",
"videoId": "24835661"
}

Important download fields:

  • downloadUrl: proxied browser-download URL.
  • downloadType: free for free clips, preview for public paid-clip previews, paid for paid clips resolved with an authorized cookie.

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

  • invalid_input: Required input is missing or malformed.
  • not_found: The clip could not be found.
  • not_free: The clip is paid and no preview/full download was available.
  • no_download_url: Metadata was found, but no usable media URL was exposed.
  • api_error: Clips4Sale returned an unexpected page or network error.
  • Copy only the Cookie header value, for example session=...; token=....
  • Use a fresh cookie from an active browser session. Cookies can expire quickly.
  • The cookie must belong to an account that already has access to the paid clip.
  • Keep debug disabled when using real cookies unless you are actively troubleshooting.
  1. Install the Cookie-Editor browser extension from https://cookie-editor.com/.
  2. Open Clips4Sale in the same browser and make sure you are logged in.
  3. Click the Cookie-Editor cookie icon in the browser toolbar.
  4. Click Export in the bottom right.
  5. Choose Header String.
  6. Paste the exported value into the Actor's cookie input field.

Limits and Notes

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