Vintage Photo Restorer
Pricing
Pay per event
Vintage Photo Restorer
AI-powered restoration tool for old and damaged photographs. Restore vintage photos by fixing time degradation, physical damage, or performing full recovery. Optional colorization, upscaling, and AI artifact removal. Perfect for preserving family memories, historical photos, and vintage artwork.
Pricing
Pay per event
Rating
5.0
(2)
Developer
ParseForge
Maintained by CommunityActor stats
1
Bookmarked
16
Total users
0
Monthly active users
9 days ago
Last modified
Categories
Share

๐ผ๏ธ Vintage Photo Restorer
๐ Restore old and damaged photographs in seconds. Fix yellowing, tears, scratches, fades. Optional colorization. No Photoshop, no manual retouching.
๐ Last updated: 2026-05-09 ยท ๐จ 10 restoration styles ยท ๐ Optional colorization ยท ๐ซ No auth required
Restore vintage and damaged photos with AI. Upload old, faded, torn, or stained photographs and the actor returns a clean, restored version. Choose a restoration style (full recovery, time-degradation, physical-damage, scratch removal, fade correction, etc.), optionally colorize black-and-white originals, and pull the output as a structured record per image. Built for family-photo archiving, museum and library collections, historical research, content production, and personal preservation projects.
The output is a structured record per input image with the input URL, restored URL, restoration style, recolor style, and a timestamp. Hand the dataset off to your archive, gallery, or downstream image pipeline.
| ๐ฅ Built for | ๐ฏ Primary use cases |
|---|---|
| Family historians and genealogists | Preserve and restore family photo archives |
| Museums and libraries | Digitize and restore historical collections |
| Photographers | Restore client family photos at scale |
| Content creators | Use restored photos in documentaries and articles |
| Researchers | Recover detail in historical visual records |
| Print-on-demand businesses | Build restored-photo product offerings |
๐ What the Vintage Photo Restorer does
- ๐ง 10 restoration styles. Auto, full-recovery, time-degradation, physical-damage, color-restoration, contrast-enhancement, scratch-removal, stain-removal, fade-correction, noise-reduction.
- ๐ Optional colorization. Auto, natural, vibrant, vintage, warm, cool, cinematic, pastel, sepia, or keep black-and-white.
- ๐ผ๏ธ Multi-image batch. Upload multiple photos in one run.
- ๐ Format-preserving. Output matches input format (JPG, PNG, WebP) and resolution.
- ๐ Back-reference. Every record links back to the original image URL.
- โฑ๏ธ Timestamp. Every record carries a
timestampfield with the time the restoration was produced.
The actor processes uploads in the order you provide them. Each restored image is saved to your run's key-value store and the URL is returned in the dataset.
๐ก Why it matters: professional photo restoration costs $30-100 per image and takes hours of manual retouching. AI-driven restoration delivers comparable quality in seconds, making it practical to digitize and restore entire family archives or museum collections.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing image upload, a live run, and how to feed the output into a Google Drive folder via Apify integrations.
โ๏ธ Input
| Field | Type | Name | Description |
|---|---|---|---|
imageUrls | array | Vintage Photo Images | Required. URLs to old or damaged photo files (JPG, PNG, WebP). |
restorationStyle | enum | Restoration Style | full-recovery, auto, time-degradation, physical-damage, color-restoration, contrast-enhancement, scratch-removal, stain-removal, fade-correction, noise-reduction. |
recolorStyle | enum | Recolor Style | auto, natural, vibrant, vintage, warm, cool, cinematic, pastel, sepia, black-white. |
Example 1. Full restoration with natural colorization.
{"imageUrls": ["https://example.com/photos/grandparents-1948.jpg"],"restorationStyle": "full-recovery","recolorStyle": "natural"}
Example 2. Batch restoration of multiple photos, sepia tone preserved.
{"imageUrls": ["https://example.com/family-1.jpg","https://example.com/family-2.jpg","https://example.com/family-3.jpg"],"restorationStyle": "fade-correction","recolorStyle": "sepia"}
โ ๏ธ Good to Know: for black-and-white originals you want to keep monochrome, set
recolorStyle: "black-white". The full-recovery style fixes yellowing, fading, scratches, tears, and stains in one pass.
๐ Output
The dataset returns one structured record per restored image. Each record carries the input URL, the restored output URL, the restoration and recolor styles applied, and a timestamp. Consume the dataset as JSON, CSV, Excel, XML, or RSS via the Apify console or API.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ผ๏ธ inputImageUrl | string (url) | https://example.com/photos/grandparents-1948.jpg |
โจ restoredImageUrl | string (url) | https://api.apify.com/v2/key-value-stores/.../restored-1948.jpg |
๐ง restorationStyle | string | full-recovery |
๐จ recolorStyle | string | natural |
๐
timestamp | ISO datetime | 2026-05-09T12:00:00.000Z |
โ error | string or null | null |
๐ฆ Sample records
1. Typical record (family photo, full recovery + natural color)
{"inputImageUrl": "https://example.com/photos/grandparents-1948.jpg","restoredImageUrl": "https://api.apify.com/v2/key-value-stores/abc/records/restored-1948.jpg","restorationStyle": "full-recovery","recolorStyle": "natural","timestamp": "2026-05-09T12:00:00.000Z","error": null}
2. Sepia-preserved restoration
{"inputImageUrl": "https://example.com/photos/wedding-1962.jpg","restoredImageUrl": "https://api.apify.com/v2/key-value-stores/def/records/restored-1962.jpg","restorationStyle": "fade-correction","recolorStyle": "sepia","timestamp": "2026-05-09T12:00:00.000Z","error": null}
3. Failed record (image unreachable)
{"inputImageUrl": "https://example.com/broken-link.jpg","restoredImageUrl": null,"restorationStyle": "full-recovery","recolorStyle": "auto","timestamp": "2026-05-09T12:00:00.000Z","error": "Could not download input image: HTTP 404"}
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ฏ | Built for the job. Single-purpose photo restoration with 10 specialized styles. |
| ๐ | Colorization included. 10 recolor styles plus the option to keep originals monochrome. |
| โก | Fast. Most photos restore in under a minute. |
| ๐ | Live processing. Every run runs end to end with no caching of input photos. |
| ๐ | No infra to manage. Apify handles compute, scaling, scheduling, and storage. |
| ๐ก๏ธ | Reliable. Per-file error reporting means one bad image does not kill the whole run. |
| ๐ซ | No code required. Configure in the UI, run from CLI, schedule via cron, or call from any language with the Apify SDK. |
๐ Production-grade photo restoration without paying $30+ per image to a manual retoucher.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Quality | Setup |
|---|---|---|---|---|---|
| โญ Vintage Photo Restorer (this Actor) | $5 free credit, then pay-per-use | Any vintage photo | Live per run | High | โก 2 min |
| Manual Photoshop retouching | Hours per photo | High control | Per file | Highest | ๐ข Hours per file |
| Paid restoration services | $30-100 per photo | High | Per file | Highest | ๐ข Days |
| Self-hosted restoration models | Engineering hours | High once built | Live | Variable | ๐ข Days to weeks |
Pick this Actor when you want fast, scalable photo restoration without paying per-photo or owning the infrastructure.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the Vintage Photo Restorer page on the Apify Store.
- ๐ฏ Upload photos. Drop your old photos and pick a restoration style + colorization style.
- ๐ Run it. Click Start and let the Actor restore each image.
- ๐ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to first restored photo: 3-5 minutes for a single image.
๐ผ Business use cases
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ Automating Vintage Photo Restorer
This Actor exposes a REST endpoint, so you can drive it from any language or workflow tool.
- Node.js - call it via the Apify JS SDK.
- Python - call it via the Apify Python SDK.
- REST - hit it directly through the Apify v2 API.
Schedules. Use Apify Scheduler to batch-process new photo uploads. Combine with webhooks to trigger downstream archiving or print workflows the moment a photo is restored.
๐ฐ How much does it cost?
Apify gives you $5 in free monthly credits on the Apify Free plan, enough to test Vintage Photo Restorer and pull a real sample dataset. For ongoing usage:
- Starter plan ($49/month) โ Recommended for individuals running Vintage Photo Restorer regularly. Includes higher concurrency and larger datasets.
- Scale plan ($499/month) โ Recommended for teams running Vintage Photo Restorer at production scale.
Pay-Per-Event pricing means you only pay for what you actually use. Failed runs are never charged. See the Pricing tab on this Actor's page for exact event prices.
๐ก Tips for using Vintage Photo Restorer
- Start with a small
maxItems(3-10) to validate output format before running larger jobs. - Use Apify Schedules to run Vintage Photo Restorer on a recurring basis and keep your dataset fresh.
- Export via Integrations: Apify connects to Google Sheets, Airbyte, Make, Zapier, and direct webhooks โ pipe your data anywhere.
- Monitor with webhooks: trigger downstream workflows the moment a run finishes.
- Re-run failed items: if any individual records error out, re-run with their inputs only. Failed events are not charged.
โ๏ธ Is it legal to use Vintage Photo Restorer?
Yes. Vintage Photo Restorer only collects publicly available data. Web scraping public data has been confirmed as legal by US courts (see hiQ Labs v. LinkedIn) and is widely used for research, market analysis, and business intelligence.
However, you are responsible for:
- Respecting the source website's Terms of Service.
- Complying with GDPR, CCPA, and other applicable data-protection laws when personal data is involved.
- Not republishing copyrighted content without permission.
If you have specific compliance concerns, consult your legal team. See the Apify legal docs for more.
โ Frequently Asked Questions
๐ Integrate with any app
Vintage Photo Restorer connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe results into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export restored photos straight to Drive
You can also use webhooks to trigger downstream actions when a restoration completes.
๐ Recommended Actors
- ๐ 360 Image Widget Generator - Generate 360 product views from photos
- ๐ฝ๏ธ Restaurant Photo Enhancer - Enhance restaurant photos for menus
- ๐ค AI Face Blurring - Auto-blur faces in images
- ๐ผ๏ธ Auto Video Thumbnail Generator - Generate thumbnails from video uploads
- ๐ PDF to JSON Parser - Convert PDFs into structured JSON
๐ก Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
๐ Need Help? Open our contact form to request a new actor, propose a custom project, or report an issue.
โ ๏ธ Disclaimer. This Actor is an independent tool. The actor processes only images you supply by URL and is intended for legitimate restoration, archival, and content workflows. Users are responsible for ensuring they hold the rights to the source photos and for compliance with copyright, IP, and licensing laws in their jurisdiction.