July 2025 Changelog
July let your scripts collect the work, not just start it. The API can hand back the article or csv a task produced, and pull a cached page by keyword, so an n8n workflow can run a task and take the output without anyone opening SCM.
Google Maps also got the numbers people actually want out of a listing: the review score, the star breakdown, and the meta description off the business website.
Read this if you
- Run SCM from n8n or your own scripts.
- Collect local business data from Google Maps.
- Work in AI Writer in dark theme.
- Pull pages from web archives.
Your script can collect the output
- Ask the API for a task's content and get the article or csv back.
- Fetch a cached page by keyword, so you can reuse what a task already scraped instead of scraping it twice.
- Url task results are written to the article output folder, which is what makes them downloadable through the API.
- Copy a task id straight from the task row, so you can paste it into a script without going hunting.
- The API key parameter is accepted in lower case, which is what n8n sends.
- There is an n8n link in the help section.
Google Maps returns the numbers you want
- The review score comes back with the listing.
- The star breakdown is read from the rating bars, so the counts add up to the total instead of being close to it.
- The meta description from the business website is collected too.
- A missing or awkward site logo no longer ends the search early, including when you search by domain.
AI Writer stopped looping
- Custom site urls no longer loop forever. The task finishes.
- Question and answer results come back even with the url limit set to zero.
- In dark theme, the editor background and inserted sentences are readable instead of inverted.
- Preview text is one size, so lines align, and strikethrough is thick enough to see.
Small things
- The web archive scraper takes full urls, not just domains, so you can pull back one page rather than a whole site.
- About me passes your keyword through the API.
Related SCM guides and product history
Full developer changelog
The summary above is written for users. The original 20-item developer changelog is preserved below for exact release detail.
August 1, 2025
- feat: Google maps return review score
- feat: Add n8n link inside help section
July 26, 2025
- fix: AI writer, correctly return QnA results even if url limit is set to 0
- fix: Make strikethrough thicker and more stand out more
- fix: AI writer preview, make fonts same size so they line up
- fix: AI writer darkly sentence insert font color inverted
- fix: AI writer dark theme editor background color fixed
- fix: AI writer, custom site urls looping endlessly
July 22, 2025
- feat: Google maps, grab website meta
- fix: Google maps not scraping website image logo if using domain as keyword
July 21, 2025
- fix: Google maps website logo causing search to terminate early
July 19, 2025
- fix: URL task will save results to article output folder so results can be downloaded via api
- feat: SCM API task/content returns article or csv content from tasks
- feat: scm api task cache get cache by keyword
- feat: Copy task id added to task row options
July 17, 2025
- fix: SCM apikey param n8n dropcase support
- fix: about me not passing keyword in api
July 16, 2025
- fix: col error when scraping google maps
July 13, 2025
- feat: Google map, calc each review star breakdown from progress bars so it matches total review count.
July 2, 2025
- feat: You can pass in urls instead of domains to the wayback scraper
See all monthly updates in the SCM changelog archive. New users can also try SCM from the trial signup page.