v2.1
MediaFire Extractor

Get direct
links fast.

Paste any MediaFire folder or file link — get direct downloads instantly.

Paste link below
Files
Size
Type

History

Links you've extracted before

Docs

API reference & how it works

Dezz.MediaFireExtractor

Talks to a backend /api/extract endpoint that resolves MediaFire links into direct download URLs. Folder links return all files inside; file links return one entry.

How it works
1
Paste the URL
Any MediaFire link — mediafire.com/folder/… or mediafire.com/file/… — both work.
2
Backend resolves
The server hits MediaFire and extracts all file entries with direct download links and sizes.
3
Preview & download
Tap any file to preview inline — images, video, audio, code, and ZIP/APK contents are supported natively.
API Reference
GET/api/extract
urlRequired. Full MediaFire URL, URL-encoded.
Example: ?url=https%3A%2F%2Fwww.mediafire.com%2Ffolder%2F…
{
  "success": true,
  "results": [
    {
      "filename": "song.mp3",
      "direct_link": "https://download.mediafire.com/…",
      "size_formatted": "5 MB"
    }
  ]
}
Notes
History is stored in your browser's localStorage — never sent anywhere.

ZIP/APK files are indexed by the backend limit 20MB. Text/Code limit is 2MB.

CORS: previews depend on MediaFire's CDN allowing cross-origin requests. Download directly if preview fails.
Preview
×