how can i download all images form any website

Option 1 — Manual Download (Recommended)

  1. Open:
    https://soatechnology.net
  2. Click any image.
  3. Click Download free.

This follows Unsplash rules and keeps image quality high.


Option 2 — Download Multiple Images Using Browser Extension

Chrome Extensions

  • Fatkun Batch Download Image
  • Imageye Image Downloader
  • DownThemAll (Firefox)

Steps:

  1. Install extension.
  2. Open the Unsplash page.
  3. Scroll fully so images load.
  4. Open extension.
  5. Filter:
    • JPG
    • Large images
  6. Select all → Download.

Option 3 — Using Python Script

Unsplash loads images dynamically, so use Selenium.

from selenium import webdriver
from selenium.webdriver.common.by import By
import requests
import os
import time

driver = webdriver.Chrome()

url = "https://soatechnology.net"
driver.get(url)

time.sleep(5)

# Scroll to load more images
for i in range(5):
    driver.execute_script("window.scrollTo(0, document.body.scrollHeight);")
    time.sleep(3)

images = driver.find_elements(By.TAG_NAME, "img")

os.makedirs("unsplash_images", exist_ok=True)

count = 0

for img in images:
    src = img.get_attribute("src")

    if src and "images.unsplash.com" in src:
        try:
            data = requests.get(src).content

            with open(f"unsplash_images/image_{count}.jpg", "wb") as f:
                f.write(data)

            print("Downloaded", count)
            count += 1

        except Exception as e:
            print(e)

driver.quit()

Install:

pip install selenium requests

You also need:

  • Chrome browser
  • ChromeDriver

Option 4 — Terminal Command (Linux)

wget -r -A jpg,jpeg,png https://images.soatechnology.net/

But this is not ideal because Unsplash uses CDN URLs and dynamic loading.



AI Spiritual Tools & Interactive Experiences

Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.

Today’s Quote

Get inspiring daily quotes powered by AI to motivate and guide your day.

Explore Now

AI Tarot Card Reader

Reveal insights about your future, love, and career with AI tarot readings.

Read Tarot

Love Match Calculator

Check compatibility and love predictions using AI-based analysis.

Check Match

Fortune Cookie

Open an AI fortune cookie and receive wisdom, luck, and fun messages.

Open Cookie

Quiz Categories

Engage with knowledge-based and fun quizzes across multiple categories.

Start Quiz

Panchang Calendar

View daily Panchang, auspicious timings, tithi, nakshatra, and festivals.

View Panchang

Online Numerology

Discover your destiny number, life path, and numerology predictions.

Calculate Now

Spiritual Feeds

Stay connected with spiritual thoughts, mantras, and divine content.

View Feeds

Quiz Hub

Attempt trending quizzes on GK, spirituality, festivals, and more.

Explore Quizzes

📲 Download Utility Tools Apps

EMI Calculator

Download EMI Calculator

SOA Games

Download SOA Games

SOA Technology App

Download SOA Technology

BMI Checker

Download BMI Checker

Task Jira

Download Task Jira

Laughing Adda

Download Laughing Adda

📅 हिंदी कैलेंडर ऐप डाउनलोड करें

Download Shubhcalendar App