![]() |
VOOZH | about |
The CData ODBC Driver for ScrapingBee enables access to live data from ScrapingBee under the ODBC standard, allowing you work with ScrapingBee data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to ScrapingBee data as a generic ODBC Data Provider and create charts, reports, and dashboards based on ScrapingBee data in Dundas BI.
ScrapingBee uses API key authentication. To obtain an API key:
After obtaining your API key, set the following connection properties:
Profile=C:\profiles\ScrapingBee.apip;AuthScheme=APIKey;ProfileSettings="APIKey=your_api_key";
Once the authentication is configured, you can connect to ScrapingBee and query data from any of the available tables. All tables require at least one input parameter (such as a search query or product ID) to retrieve data.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with ScrapingBee data.
Connect to live data from ScrapingBee with the API Driver
Connect to ScrapingBee