Adobe Stock Image Scraper - Simple CLI tool
Project description
asis - Adobe Stock Image Scraper
Simple CLI tool for scraping images from Adobe Stock.
Install
pip install asis
Usage
asis -u "URL" -o ./output -m 10
Options
| Flag | Description | Default |
|---|---|---|
-u, --url |
Adobe Stock search URL | (required) |
-o, --output |
Output directory | ./output |
-m, --max |
Max pages to scrape | 4 |
-s, --start |
Starting page | 1 |
-d, --driver |
ChromeDriver path | (auto) |
Examples
# Basic usage
asis -u "https://stock.adobe.com/search?k=coffee"
# Download 10 pages to custom folder
asis -u "URL" -o ./images -m 10
# Resume from page 5
asis -u "URL" -s 5
Using .env file
Create .env file:
BASE_URL=https://stock.adobe.com/search?k=yoursearch
OUTPUT_DIR=./output
PAGE_MAX=4
Then run:
asis
Requirements
- Python 3.8+
- Google Chrome
- ChromeDriver (optional if in PATH)
License
MIT
Credits:
- AI assistance by opencode (Big Pickle model)
- Original project: https://github.com/jean-roland/adobe_stock_scraper
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adobe_stock_asis-1.4.0-py3-none-any.whl.
File metadata
- Download URL: adobe_stock_asis-1.4.0-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad28cc807f10cc367d6a132764ffe98d61aecaabeaf7728b486ef10e2145ad61
|
|
| MD5 |
e7ac8514c0425030b2a031f02a296b5d
|
|
| BLAKE2b-256 |
160b56e2bcad89c0f31d417b643e72886aea75e41b8d2f52076a885f4e2b8299
|