AShemaleTube Downloader avatar

AShemaleTube Downloader

Pricing

$9.00 / 1,000 resolved videos

Go to Apify Store
AShemaleTube Downloader

AShemaleTube Downloader

Extract media links and metadata from public AShemaleTube video URLs or numeric IDs. Export HLS formats, titles, durations, thumbnails, and tags.

Pricing

$9.00 / 1,000 resolved videos

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

9 days ago

Last modified

Share

AShemaleTube Downloader extracts media links and metadata from public AShemaleTube video pages. Add one or more AShemaleTube video URLs or numeric video IDs, then export a clean Apify dataset with source video IDs, titles, descriptions, durations, thumbnails, tags, and HLS media formats.

Use this AShemaleTube downloader when you already have video links and need repeatable results for content review, cataloging, media operations, research, or an API workflow. The Actor works with public, reachable video pages only. You do not need AShemaleTube cookies, an AShemaleTube account, a browser extension, or a source API key.

For a first run, keep the prefilled sample targets, then start the Actor. Once the output shape fits your workflow, paste your own list of AShemaleTube video URLs or IDs, run a larger batch, schedule the Actor, or call it through the Apify API.

✅ What it handles

The Actor accepts public AShemaleTube video URLs and numeric AShemaleTube video IDs. It deduplicates repeated URL and ID aliases by video ID, saves one dataset row per successfully resolved public video, and returns the source-exposed HLS media formats with quality labels and dimensions when available.

It is focused on known AShemaleTube video pages. It works with public, reachable pages only. It does not search AShemaleTube, crawl categories, process albums, bypass private access, install a browser extension, download files into Apify storage, or create ZIP archives.

📦 Data you can export

Each output row represents one public AShemaleTube video where media links were found. Core fields include:

  • videoId - AShemaleTube video ID.
  • title - video title from the source page, when available.
  • description - source video description, when available.
  • durationSeconds - video duration in seconds, when available.
  • thumbnailUrl - source thumbnail or poster image URL, when available.
  • tags - source-backed tags or categories.
  • availableFormats - discovered HLS variants with quality, width, height, contentType, and mediaUrl.

The Actor returns HLS media URLs because that is what the source currently exposes for public playback. If your downstream tool expects a single MP4 file, use a workflow that can read HLS playlists, or add hosted file downloading as a future feature request.

You can open the dataset in Apify, export it as JSON, CSV, Excel, XML, RSS, or HTML, call it through the Apify API, schedule recurring runs, or connect results to webhooks and integrations.

🚀 How to run

  1. Open the Actor input.
  2. Add AShemaleTube video URLs or numeric IDs in AShemaleTube videos.
  3. Start the Actor.
  4. Open the dataset.
  5. Use availableFormats to pick the HLS media variant that fits your workflow.

The Actor pushes successful rows during the run, so you can inspect early results before a larger batch finishes.

🧾 Input

FieldWhat to enter
targetsOne or more public AShemaleTube video URLs or numeric video IDs.

Input example:

{
"targets": [
"https://www.ashemaletube.com/videos/1103318/trans-57/",
"1103318"
]
}

The public input accepts up to 100 targets per run. Submit fewer targets when you want a smaller run.

📤 Output example

{
"videoId": "1103318",
"title": "Sample video",
"description": "Sample source description",
"durationSeconds": 216,
"thumbnailUrl": "https://www.ashemaletube.com/media/videos/tmb/1103318/default.jpg",
"tags": ["sample"],
"availableFormats": [
{
"quality": "720p",
"width": 1280,
"height": 720,
"contentType": "application/vnd.apple.mpegurl",
"mediaUrl": "https://cdn.example.com/video-720p.m3u8"
}
]
}

Failed targets are reported in logs and status messages, not as dataset rows. This keeps exports clean when you only want successfully resolved media.

💳 Pricing

This Actor uses pay-per-event pricing. You are charged one Resolved video event only for each successfully resolved video.

Failed, invalid, private, removed, blocked, duplicate, or no-media targets do not create paid result rows.

🔌 Integrations

  • Run the Actor from the Apify API with a targets array of video URLs or numeric IDs.
  • Schedule recurring runs when you maintain a stable target list.
  • Export datasets as JSON, CSV, Excel, XML, RSS, or HTML.
  • Send completed run data to webhooks or downstream tools that can read HLS playlist URLs.

❓ FAQ

How do I download videos from AShemaleTube with this Actor?

Add public AShemaleTube video URLs or numeric video IDs to targets, start the Actor, and open the dataset. The output gives you HLS media links and metadata for each successfully resolved public video.

Does this AShemaleTube downloader save MP4 files?

No. The Actor returns source-exposed HLS media links and metadata. It does not download or store media files.

Can I use numeric video IDs instead of full URLs?

Yes. Add a numeric AShemaleTube video ID such as 1103318, and the Actor will resolve the public video page.

Does it need cookies, login, or an API key?

No. The normal workflow is for public videos and does not require AShemaleTube cookies, a source account, or a source API key.

What happens when a target fails?

The Actor logs the failed target and continues. It does not emit failure rows into the dataset, so exports stay focused on successful video results.

Why not use the AShemaleTube API?

This Actor is built for users who have public video URLs or IDs and need an Apify dataset, API endpoint, exports, schedules, or webhooks. It does not require a source API key.

What are AShemaleTube alternatives?

For other public video sites, use a source-specific Actor when one exists. A source-specific Actor can match that site's URL format, metadata, and media links more accurately than a generic downloader.

📝 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é