Get data from any page you want to get data from.
Need to talk to someone? Contact us—we’d love to help.
Get data from any page you want to get data from.
Need to talk to someone? Contact us—we’d love to help.
We are still busy preparing this batch of data. Please come back in a few minutes.
Seems like this data source was never ran before...
Changes are only available only when you have ran at least a second time.
Nope... guess no Martians around... Maybe set the webhook URL before pressing this button again...
Column 1 | Column 2 | Column 3 | Tel | Name | Adress | Column 7 | Column 8 | Column 9 | Column 10 | Column 11 | number | Name | name | Name | Column 16 | origin_pattern | origin_url | createdAt | updatedAt | pingedAt |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Café-Bistro Am Goldrain Inh. A. Wilke | Niedertor 10 13,6 km 36088 Hünfeld | 036964 73 73, 06672 77 34, 0800 0 00 40 57, 06652 99 82 40, 06629 2 03, 06652 9 8... | 036964 73 73, 036964 76 75, 06672 77 34, 036962 17 82 78, 0800 0 00 40 57, 06652 ... | Blumenhaus A. Sumser | Leimbacher Str. 84 21,9 km 36433 Bad Salzungen | Mötzung Michael B.A. KFZ-Meister , Werkstatt Service Elektronikmeister Autowerkst... | Mötzung Michael B.A. KFZ-Meister , Werkstatt Service Elektronikmeister | Alexanderstr. 17 11,3 km 36466 Dermbach, Unteralba | 036964 73 73, 06672 77 34, 0800 0 00 40 57, 06652 99 82 40, 06629 2 03, 06652 9 8... | 036964 73 73, 036964 76 75, 06672 77 34, 06672 4 42, 036962 17 82 78, 0800 0 00 4... | 036964 73 73, 036964 76 75, 06672 77 34, 036962 17 82 78, 0800 0 00 40 57, 06652 ... | Blumenhaus A. Sumser | Mötzung Michael B.A. KFZ-Meister , Werkstatt Service Elektronikmeister | Blumenhaus A. Sumser | https://www.dasoertliche.de/?zvo_ok=0&plz=&quarter=&district=&ciid=&fn=&kw=a&ci=3... | https://www.dasoertliche.de/?zvo_ok=0&plz=&quarter=&district=&ciid=&fn=&kw=a&ci=3... | 2022-05-21 20:29:27 UTC | 2022-05-21 20:29:27 UTC | 2022-05-21 20:29:27 UTC |
Sample code snippets to quickly import data set into your application
For more information on how to automatically trigger an import please reference our WebHook API guide
Integrating with Java
import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; import java.util.Arrays; public class HelloWorld { public static void main(String[] args) { try { URL urlCSV = new URL( "https://cache.getdata.io/n106872_141ed6c99499ed03f6e478b4eaad4820eses/latest_all.csv" ); URLConnection urlConn = urlCSV.openConnection(); InputStreamReader inputCSV = new InputStreamReader( ((URLConnection) urlConn).getInputStream() ); BufferedReader br = new BufferedReader(inputCSV); String line; String[] fields; while ((line = br.readLine()) != null) { // Each row fields = line.split(","); System.out.println(Arrays.toString(fields)); } // clean up buffered reader br.close(); } catch (Exception e) { System.out.println(e.getMessage()); } } }
Integrating with NodeJs
const csv = require('csv-parser'); const https = require('https'); const fs = require('fs'); const file = fs.createWriteStream("temp_download.csv"); const request = https.get( "https://cache.getdata.io/n106872_141ed6c99499ed03f6e478b4eaad4820eses/latest_all.csv", function(response) { response.pipe(file); } ); file.on('finish', function() { file.close(); fs.createReadStream('temp_download.csv').pipe(csv()).on('data', (row) => { // Each row console.log(row); }).on('end', () => { console.log('CSV file successfully processed'); }); });
Integrating with PHP
$data = file_get_contents("https://cache.getdata.io/n106872_141ed6c99499ed03f6e478b4eaad4820eses/latest_all.csv"); $rows = explode("\n",$data); $s = array(); foreach($rows as $row) { # Each row var_dump( $row); }
Integrating with Python
import csv import urllib2 url = 'https://cache.getdata.io/n106872_141ed6c99499ed03f6e478b4eaad4820eses/latest_all.csv' response = urllib2.urlopen(url) cr = csv.reader(response) for row in cr: # Each row print row
Integrating with Ruby
require 'open-uri' require 'tempfile' require 'csv' temp_file = Tempfile.new( "getdata", :encoding => 'ascii-8bit') temp_file << open("https://cache.getdata.io/n106872_141ed6c99499ed03f6e478b4eaad4820eses/latest_all.csv").read temp_file.rewind CSV.foreach( open(uri), :headers => :first_row ).each do |row| # Each row puts row end
created on 2025-01-14
Sevdiğin markaların yeni sezon ürünleri ve kampanya fırsatları Trendyol’da!
created on 2025-01-14