ASIMOV SerpApi Module
ASIMOV module for data import powered by the SerpApi search data platform.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition)
⬇️ Installation
Installation from Source Code
👉 Examples
$ export SERPAPI_KEY="..."
$ asimov-serpapi-importer https://www.linkedin.com/in/arto/
⚙ Configuration
Environment Variables
SERPAPI_KEY: (required) the SerpApi API key to use
👨💻 Development