A simple web application that allows users to download Instagram Reels using the RapidAPI Download All in One API. This project is built with PHP, JavaScript, HTML, and CSS.
- Fetch and download Instagram Reels.
- Simple and user-friendly UI.
- Uses RapidAPI for fetching media from Instagram.
- Supports video preview before downloading.
- PHP (Backend)
- JavaScript (Frontend)
- Bootstrap (Styling)
- RapidAPI (Instagram Downloader API)
To run this project, you need:
- A web server (XAMPP, WAMP, or any hosting service that supports PHP).
- A RapidAPI account and subscription to the Instagram Downloader API.
-
Clone the repository
git clone https://github.com/TutorialsAndroid/Instagram-Reel-Downloader-Website.git cd instagram-reel-downloader -
Set up the API Key
- Open
index.php - Replace
x-rapidapi-keywith your own RapidAPI key:
"x-rapidapi-key: YOUR_RAPIDAPI_KEY_HERE" - Open
-
Run the project
- If using a local server (e.g., XAMPP or WAMP), place the project in the
htdocsfolder and start Apache. - Open a web browser and go to:
http://localhost/instagram-reel-downloader/
- If using a local server (e.g., XAMPP or WAMP), place the project in the
- Paste the Instagram Reel URL into the input field.
- Click the Submit button.
- Preview the video and click Download to save it to your device.
instagram-reel-downloader/
├── index.php # Backend API request handling
├── index.html # Frontend UI
├── index.js # JavaScript for API calls and video handling
├── index.css # Styling
├── README.md # Project documentation
- This tool is for educational purposes only.
- Downloading content without permission may violate Instagram's terms of service.
- Use this tool responsibly.
This project is licensed under the MIT License.
- Akshay - GitHub Profile
Feel free to contribute or report any issues!
