Best Website Data Scapper

Joined
Dec 24, 2015
Messages
73
Reaction score
12
I am looking for an easy to use website data scraper that I can use to scrape my website. I am trying to pull the data from my website so I can use it for dynamic remarketing with adwords and have the data put into the proper colums in a .csv file.

The closest I have found to what I was looking for is import.io but there software has issues loading some of my data/pages since my site uses API.

Any help would be appreciated.
 
If you only need to scrape your website, hiring someone to code you a scraper would be the best thing in my opinion. This will give you the fastest results with exactly the things you need.
Also, it should be cheaper than buying some general scraping software which will only do a poor job.
 
You could possibly write your own scraper , probably it won't be that difficult. (Cheeio + NodeJS) or Scrapy might do the job.
 
If it is your website the best option is to extract the data straight from your database. Assuming you're using a SQL database, you can construct a query to do just what you want, and depending on your RDMS you can even get the data straight to a file, including a coma separated value file.
 
Back
Top