Localize Screenshots for New Markets
Translate and adapt App Store screenshots when launching your app in new countries and languages.
AI-localize your app screenshots
Translate text in App Store and Play Store screenshots into any language while preserving layout, branding, UI, and icons. Handles currency and date formats for cultural accuracy. Go from English to a localized set ready for submission — no designer needed.
Fetch high-resolution screenshots and metadata from the Apple App Store for any app. Returns 1290x2796 screenshot URLs, app name, subtitle, icon, and category.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "localize-app-store-screenshots",
"skill": "get_screenshots",
"input": {
"app_store_url": "https://apps.apple.com/us/app/facebook/id284882215"
}
}' \
https://api.toolrouter.com/v1/tools/callTranslate all text in an app screenshot to a target language using AI while preserving layout, branding, UI structure, icons, and visual identity. Adapts currency symbols and date formats.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "localize-app-store-screenshots",
"skill": "localize_screenshot",
"input": {
"image": "/path/to/screenshot.png",
"language": "Japanese",
"country": "Japan"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"localize-app-store-screenshots","skill":"get_screenshots","input":{}}' \
https://api.toolrouter.com/v1/tools/callTranslate and adapt App Store screenshots when launching your app in new countries and languages.
Adapt screenshot text to match regional phrasing, idioms, and marketing conventions.
Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.
Craft high-performing app titles and subtitles that maximize keyword visibility and conversion in the App Store.
Optimize app store screenshots with metadata auditing, multi-language localization, and visual restyling for maximum conversion.
All visible text is localized while the layout, branding, UI structure, and icons are preserved.
Yes. The language drives translation, and the country controls cultural details like currency and date formats.
Yes. Use `get_screenshots` to pull the originals, then pass each image into `localize_screenshot`.
You get a JPEG ready for App Store submission, already adapted to the target market.