- My Forums
- Tiger Rant
- LSU Recruiting
- SEC Rant
- Saints Talk
- Pelicans Talk
- More Sports Board
- Fantasy Sports
- Golf Board
- Soccer Board
- O-T Lounge
- Tech Board
- Home/Garden Board
- Outdoor Board
- Health/Fitness Board
- Movie/TV Board
- Book Board
- Music Board
- Political Talk
- Money Talk
- Fark Board
- Gaming Board
- Travel Board
- Food/Drink Board
- Ticket Exchange
- TD Help Board
Customize My Forums- View All Forums
- Show Left Links
- Topic Sort Options
- Trending Topics
- Recent Topics
- Active Topics
Started By
Message
Web Scraper Help (Webscraper.IO)
Posted on 8/18/24 at 8:30 pm
Posted on 8/18/24 at 8:30 pm
Does anyone have any experience with using Webscraper.Io to scrape websites for data? I have no coding experience so I am at the mercy of plugins, extensions and tools. I am working to build a daily dashboard of newly released government contract opportunities. I have successfully built the site maps for each of the 20 sites we monitor, but each of the sites exports data to its own Google Sheet.
Does anyone know how I can have each of these sites populate into one google document but with its own tab (instead of its own sheet).
It also looks like I can export data to S3 and can export as a .csv, JSON, or .xlsx.
Any help or guidance would be greatly appreciated.
Does anyone know how I can have each of these sites populate into one google document but with its own tab (instead of its own sheet).
It also looks like I can export data to S3 and can export as a .csv, JSON, or .xlsx.
Any help or guidance would be greatly appreciated.
Posted on 8/18/24 at 9:11 pm to Drunken Crawfish
Sort of depends what you are trying to pull off exactly.
You want a dashboard for you and a couple of others showing just recent data? Or a website that includes historical data?
For the first you might get by with some Excel macros or something. For the second you probably want to connect to their API with a MySQL or similar database.
You want a dashboard for you and a couple of others showing just recent data? Or a website that includes historical data?
For the first you might get by with some Excel macros or something. For the second you probably want to connect to their API with a MySQL or similar database.
Posted on 8/18/24 at 9:49 pm to Big_Sur
Historical and searchable would be ideal. But there are going to be limits to my capacity. It’ll all be for internal use for our team.
This post was edited on 8/18/24 at 9:57 pm
Posted on 8/19/24 at 8:41 am to Drunken Crawfish
If you already have the data in separate google sheets and just want to consolidate it into one, importrange lets you pull in data from other google sheets. That's a built in function, here's an article that lists some other options too like extensions. LINK /
This post was edited on 8/19/24 at 8:43 am
Popular
Back to top
