Skip to main content
AI Studio  add-on for Spider.
download1music.ir · HTTP 200

Download1music Scraper

Spider read download1music.ir in 164 ms without a browser and returned 740 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response download1music.ir/index.md markdown · 740 lines
## برترین آهنگ ها[دانلود همین آهنگ ](<https://dl5.download1music.ir/Music/2026/Afshin Azari/Afshin Azari - Gelinnik.mp3>) مشاهده ادامه دانلود تمام آهنگ های افشین آذری دانلود تمام آهنگ های افشین آذری مرورگر شما از Player ساپورت نمی کند. به این آهنگ از 1 تا 5 چه امتیازی می دهید؟ 12345 * ** * ** * ** * ** * ** ثبت میانگین امتیاز 0 / 5. تعداد آرا: 0 هنوز کسی رای نداده است! اولین نفر باشید! ## دانلود آهنگ یوسف زمانی از شب بپرسید یوسف زمانی ‒ پرطرفدار ، تک آهنگ مرورگر شما از Player ساپورت نمی کند.[دانلود همین آهنگ ](<https://dl5.download1music.ir/Music/2026/Yousef Zamani/Yousef Zamani - Az Shab Beporsid.mp3>) مشاهده ادامه دانلود تمام آهنگ های یوسف زمانی دانلود تمام آهنگ های یوسف زمانی مرورگر شما از Player ساپورت نمی کند. به این آهنگ از 1 تا 5 چه امتیازی می دهید؟ 1 2345 * ** * ** * ** * ** * ** ثبت میانگین امتیاز 0 / 5. تعداد آرا: 0 هنوز کسی رای نداده است! اولین نفر باشید! ## دانلود آهنگ مدیتیشن منتخب[دانلود همین آهنگ ](<https://dl5.download1music.ir/Music/2026/Arad/Arad - Ki Havaeit Kard.mp3>) مشاهده ادامه دانلود تمام آهنگ های آراد دانلود تمام آهنگ های آراد مرورگر شما از Player ساپورت نمی کند. به این آهنگ از 1 تا 5 چه امتیازی می دهید؟ 12345 * ** * ** * ** * ** * ** ثبت میانگین امتیاز 2 / 5. تعداد آرا: 2 هنوز کسی رای نداده است! اولین نفر باشید! ## آهنگ ترکی شاد منتخب[دانلود همین آهنگ ](<https://dl5.download1music.ir/Music/2026/Siax/Siax - Dod.mp3>) مشاهده ادامه دانلود تمام آهنگ های سیاکس دانلود تمام آهنگ های سیاکس مرورگر شما از Player ساپورت نمی کند. به این آهنگ از 1 تا 5 چه امتیازی می دهید؟ 12345 * ** * ** * ** * ** * ** ثبت میانگین امتیاز 2 / 5. تعداد آرا: 1 هنوز کسی رای نداده است! اولین نفر باشید! ## دانلود آهنگ دانیال مقدم باورم نمیشه دانیال مقدم ‒ تک آهنگ مرورگر شما از Player ساپورت نمی کند.](<https://dl5.download1music.ir/Music/2026/Danial Moghaddam/Danial Moghaddam - Bavaram Nemishe.mp3>)[دانلود تمام آهنگ های دانیال مقدم ](https://download1music.ir/singers/دانیال-مقدم/)## دسترسی سریع
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on download1music.ir.

download1music-ir-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://download1music.ir");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Track NameArtistAlbumDurationGenre

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What download1music.ir costs to scrape.

The capture above cost $0.000271 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://download1music.ir/", "return_format": "markdown"}'

More Music scrapers.

Start scraping download1music.ir.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.