Vintage Photo Restorer avatar

Vintage Photo Restorer

Pricing

Pay per event

Go to Apify Store
Vintage Photo Restorer

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

ParseForge

Maintained by Community

Actor stats

1

Bookmarked

15

Total users

0

Monthly active users

2 days ago

Last modified

Share

ParseForge Banner

๐Ÿ–ผ๏ธ 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 genealogistsPreserve and restore family photo archives
Museums and librariesDigitize and restore historical collections
PhotographersRestore client family photos at scale
Content creatorsUse restored photos in documentaries and articles
ResearchersRecover detail in historical visual records
Print-on-demand businessesBuild 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 timestamp field 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

FieldTypeNameDescription
imageUrlsarrayVintage Photo ImagesRequired. URLs to old or damaged photo files (JPG, PNG, WebP).
restorationStyleenumRestoration Stylefull-recovery, auto, time-degradation, physical-damage, color-restoration, contrast-enhancement, scratch-removal, stain-removal, fade-correction, noise-reduction.
recolorStyleenumRecolor Styleauto, 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

FieldTypeExample
๐Ÿ–ผ๏ธ inputImageUrlstring (url)https://example.com/photos/grandparents-1948.jpg
โœจ restoredImageUrlstring (url)https://api.apify.com/v2/key-value-stores/.../restored-1948.jpg
๐Ÿ”ง restorationStylestringfull-recovery
๐ŸŽจ recolorStylestringnatural
๐Ÿ“… timestampISO datetime2026-05-09T12:00:00.000Z
โ— errorstring or nullnull

๐Ÿ“ฆ 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

ApproachCostCoverageRefreshQualitySetup
โญ Vintage Photo Restorer (this Actor)$5 free credit, then pay-per-useAny vintage photoLive per runHighโšก 2 min
Manual Photoshop retouchingHours per photoHigh controlPer fileHighest๐Ÿข Hours per file
Paid restoration services$30-100 per photoHighPer fileHighest๐Ÿข Days
Self-hosted restoration modelsEngineering hoursHigh once builtLiveVariable๐Ÿข Days to weeks

Pick this Actor when you want fast, scalable photo restoration without paying per-photo or owning the infrastructure.


๐Ÿš€ How to use

  1. ๐Ÿ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. ๐ŸŒ Open the Actor. Go to the Vintage Photo Restorer page on the Apify Store.
  3. ๐ŸŽฏ Upload photos. Drop your old photos and pick a restoration style + colorization style.
  4. ๐Ÿš€ Run it. Click Start and let the Actor restore each image.
  5. ๐Ÿ“ฅ 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

๐Ÿ“Š Archive and preservation

  • Digitize and restore family photo archives
  • Museum and library collection restoration
  • Genealogy and ancestry research projects
  • Historical document image recovery
  • Offer photo restoration as a paid service
  • Build restored-photo product lines
  • Power gift-shop personalization workflows
  • Restore stock library photos for resale

๐ŸŽฏ Content production

  • Restore historical photos for documentaries
  • Use vintage imagery in articles and books
  • Power photo essays with cleaned visuals
  • Build before-and-after marketing content

๐Ÿ› ๏ธ Engineering and product

  • Add restoration to photo apps without owning the model
  • Wire restoration into your CMS via webhooks
  • Build photo-archive platforms
  • Skip the model-training and rendering maintenance entirely

๐ŸŒŸ Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

๐ŸŽ“ Research and academia

  • Empirical datasets for papers, thesis work, and coursework
  • Longitudinal studies tracking changes across snapshots
  • Reproducible research with cited, versioned data pulls
  • Classroom exercises on data analysis and ethical scraping

๐ŸŽจ Personal and creative

  • Side projects, portfolio demos, and indie app launches
  • Data visualizations, dashboards, and infographics
  • Content research for bloggers, YouTubers, and podcasters
  • Hobbyist collections and personal trackers

๐Ÿค Non-profit and civic

  • Transparency reporting and accountability projects
  • Advocacy campaigns backed by public-interest data
  • Community-run databases for local issues
  • Investigative journalism on public records

๐Ÿงช Experimentation

  • Prototype AI and machine-learning pipelines with real data
  • Validate product-market hypotheses before engineering spend
  • Train small domain-specific models on niche corpora
  • Test dashboard concepts with live input

๐Ÿ”Œ Automating Vintage Photo Restorer

This Actor exposes a REST endpoint, so you can drive it from any language or workflow tool.

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.


โ“ Frequently Asked Questions

๐Ÿ’ณ Do I need a paid Apify plan to run this actor?

No. You can start right now on the free Apify plan, which includes $5 in monthly credit. That is enough to run the actor several times and explore the output. Paid plans unlock higher item caps, more concurrent runs, and larger datasets. Create a free Apify account here.

๐Ÿšจ What happens if my run fails or returns no results?

Failed runs are not charged. If a single photo fails (corrupt, unreachable, unsupported), the actor records the error on that record and continues with the rest of the batch. If the whole run fails, re-run it or open our contact form.

๐Ÿ“ How large can my photos be?

Most resolutions up to ~4K work well. Very large source files take proportionally longer to process. Output preserves the input format (JPG, PNG, WebP).

๐ŸŽจ Should I use auto or a specific style?

Use auto if you are not sure. Use specific styles when you know what kind of damage is dominant (e.g. scratch-removal for surface scratches, fade-correction for faded photos).

๐ŸŒˆ What colorization style should I pick?

Use auto for general-purpose. Use natural for realistic family photos, vintage for period-correct muted colors, or black-white to preserve monochrome originals.

๐Ÿง‘โ€๐Ÿ’ป Can I call this actor from my own code?

Yes. Apify exposes every actor as a REST endpoint and ships first-class SDKs for Node.js and Python. You can start a run, read the dataset, and handle webhooks from your own app in a few lines.

๐Ÿ“ค How do I export the data?

Every Apify dataset can be downloaded in one click as CSV, JSON, JSONL, Excel, HTML, XML, or RSS. You can also pull results programmatically via the Apify API or stream into BigQuery, S3, and other destinations through built-in integrations.

๐Ÿ“… Can I schedule the actor to run automatically?

Yes. Use the Apify scheduler to run the actor on any cadence. Trigger from a webhook to restore photos as soon as new uploads arrive in your CMS or storage.

๐Ÿช Can I use the data commercially?

Yes. Restored photos are yours to use in your own products, services, prints, and pipelines, subject to ownership of the input photos.

๐Ÿ’ผ Which plan should I pick for production use?

Apify's Starter and Scale plans are designed for production workloads. Pick the plan that matches your photo volume.

๐Ÿ› ๏ธ Can you add face-restoration or upscaling?

Open the contact form and tell us about your use case. We add features regularly when there is a clear use case behind the request.

Yes, provided you have rights to the source photos. You are responsible for compliance with copyright, IP, and licensing laws applicable to the source images.


๐Ÿ”Œ 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.


๐Ÿ’ก 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.