SpankBang Downloader avatar

SpankBang Downloader

Pricing

$2.65 / 1,000 resolved videos

Go to Apify Store
SpankBang Downloader

SpankBang Downloader

Download-ready SpankBang video data from public watch URLs. Export direct MP4/HLS links, quality variants, titles, uploaders, thumbnails, tags, views, and expiry hints.

Pricing

$2.65 / 1,000 resolved videos

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

📥 SpankBang downloader for public video URLs

This SpankBang downloader turns public SpankBang video watch URLs into structured data with direct MP4/HLS media links, quality options, and source metadata. It is made for developers, analysts, archivists, and automation workflows that already have video URLs and need clean output in an Apify dataset.

Paste one or more public video URLs, run the Actor, and export the results as JSON, CSV, Excel, XML, RSS, or through the Apify API. Each successful video is saved as one dataset row, so you can stream results into your own system as the run progresses.

✅ What this Actor does

SpankBang Downloader resolves public watch pages and returns the media formats exposed by the page. For each accepted video, it can return:

  • The SpankBang video ID and source watch URL.
  • The title, uploader name, uploader profile URL, duration, thumbnail, upload date, view count, and tags when shown by the source page.
  • Direct source-hosted media URLs for available MP4, HLS, or other playable formats.
  • Quality labels, width, height, content type, and expiry hints when those values are exposed by the media URL or page data.

The Actor is URL-first. It does not search SpankBang, crawl categories, follow recommendations, create ZIP archives, or store hosted copies of videos. It resolves the specific public video URLs you submit.

📊 Output data

The output dataset contains one row per successfully resolved public video. The most important fields are:

  • videoId - compact SpankBang video identifier.
  • sourceUrl - source-confirmed watch URL.
  • title - video title, when available.
  • uploaderName and uploaderUrl - uploader details, when available.
  • durationSeconds, thumbnailUrl, uploadDate, viewCount, and tags - source metadata, when available.
  • fetchedAt - when the media links were fetched.
  • availableFormats - direct media formats with mediaUrl, quality, width, height, contentType, and expiresAt.

Direct media links are often signed and time-limited. Use fetchedAt and expiresAt to decide when to consume or refresh a result.

▶️ How to run it

  1. Open the Actor input form.
  2. Add public SpankBang video URLs to SpankBang video URLs.
  3. Start the run.
  4. Open the dataset or connect it to your Apify integration.

No SpankBang cookies, browser extension, account login, or source API key is required for public video URLs. The Actor uses Apify Proxy for source access at runtime.

🔢 Input

The input has one required field:

{
"startUrls": [
{
"url": "https://spankbang.com/8k7m9/video/title-slug"
}
]
}

You can submit up to 100 public video URLs in one run. Duplicate video IDs are processed once.

🧾 Output example

{
"videoId": "8k7m9",
"sourceUrl": "https://spankbang.com/8k7m9/video/title-slug",
"title": "Example SpankBang video",
"uploaderName": "Example uploader",
"uploaderUrl": "https://spankbang.com/profile/example-uploader",
"durationSeconds": 612,
"thumbnailUrl": "https://example-cdn.spankbang.com/thumbs/example.jpg",
"uploadDate": "2026-06-20",
"viewCount": 123456,
"tags": ["example", "hd"],
"fetchedAt": "2026-06-24T14:30:00.000Z",
"availableFormats": [
{
"quality": "1080p",
"width": 1920,
"height": 1080,
"contentType": "video/mp4",
"mediaUrl": "https://example-cdn.spankbang.com/video-1080p.mp4?token=example",
"expiresAt": "2026-06-25T14:30:00.000Z"
}
]
}

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each public video that is resolved with metadata and at least one direct media link. Inputs that cannot be resolved into a valid media result are not charged as successful video results.

⚠️ Limits and caveats

Only public SpankBang video watch URLs are supported. Private, removed, geo-blocked, or unstable pages may return no row. Some source pages expose fewer metadata fields than others, so nullable fields can be empty.

Media URLs are source-hosted links. They may expire, require timely use, or stop working if the source changes the page or media signature. For long-running workflows, refresh the URL shortly before you need to use it.

❓ FAQ

❓ Can this download videos from a SpankBang search page?

No. This Actor accepts direct public video watch URLs only. It does not crawl search results, categories, profiles, or recommendations.

❓ Do I need a SpankBang account?

No. The Actor is designed for public video URLs and does not ask for cookies, login credentials, or a browser extension.

❓ Why did one URL produce no row?

The page may be unavailable, private, removed, blocked, or may not expose usable media links at run time. Check that the URL opens as a public SpankBang video page and try again.

No. Direct media URLs can be signed and time-limited. Use the expiresAt field when present, and refresh old results before relying on the links.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

🔗 Other actors

Made with ❤️ by Maxime Dupré