* Faceb.com allows you to download image galleries, videos, and collections from any image hosting site
* Faceb.com allows you to download image galleries, videos, and collections from any image hosting site
Simply remove "OOK" from the URL and press enter:
faceb.com/https://www.example.com/path/to/media
Build downloads into your app. Plug into the Faceb API and ship in minutes — no scraping, no rate-limit headaches, just clean endpoints.
import requests
response = requests.post(
"https://api.faceb.com/api/download",
headers={"Authorization": "API_KEY"},
json={"url": "URL"},
)
for item in response.json()["items"]:
print(item["type"], item["url"])
Note, we store nothing, everything is piped to you, even the images are piped as base64 to your browser. We good like that.
API
Privacy Policy
Terms of Service
Contact Us
Follow us on BlueSky
2026 Faceb LLC | Made by nadermx