Q: Is posible to rewrite the content of a list of urls I have in a CSV, txt or excel file?
I need to use CSV, txt or excel files as content source (not interested in scraping serps results just the links I curated)
1º I have a CSV with links, all from the same website. Is possible to massive rewrite the content of all those urls?
2º In the same way: Is posible to scrape the content using css classes, regex or xpath in bulk and the generate a CSV o excel file as a result?
3º Is posible to write articles using the content of a CSV list in wich I have one cell for the H1, another for the H2, another for the content. Can SCM create bulk of articles telling It: for making the articles use column A for the H1, Column B for the H2, column C for the tags, Column D for the body, etc..
Thanks, and sorry for my english.

Tim_SEOContentMachine
Edited May 7, 2025A: 1. Yes, you can use the dynamic or static scraper to pull the content you need then apply a AI rewriter to it.
https://forum.seocontentmachine.com/t/download-and-rewrite-content-from-a-list-of-urls/741
2. Yes the Dynamic scraper can do this, has a point and click interface but you can add you own CSS rules. Data can be saved to CSV or uploaded to Google sheets.
https://forum.seocontentmachine.com/t/export-data-from-dynamic-scraper-to-google-sheets/306
3. Yes, you can do this using the AI csv tool
https://forum.seocontentmachine.com/t/add-ai-generated-columns-to-csv-data-seo-content-machine/506
Thanks!!