iterscraper
iterscraper copied to clipboard
Scrape URLs that contain an incrementing integer ID in the path
Results
2
iterscraper issues
Sort by
recently updated
recently updated
newest added
why not use headers := []string{"url", "id", "name", "address", "phone", "email"} instead of headers := []string{"name", "address", "phone", "email"} headers = append([]string{"url", "id"}, headers...)
It should be great to see a real example of your iterscraper, I have tried to fine a page with that kind of url format `http://foo.com/%d` Many Thanks