# ASIMOV Apify Module
[](https://unlicense.org)
[](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/)
[](https://crates.io/crates/asimov-apify-module)
[ASIMOV] module for data import powered by the [Apify] web automation platform.
## ✨ Features
- Imports structured data from Apify actors (web automation scripts).
- Collects the raw JSON data via the Apify API (requires an API token).
- Constructs a semantic knowledge graph based on the [KNOW] ontology.
- Supports plain JSON output as well as [RDF] output formats such as JSON-LD,
Turtle, and N-Triples.
## 🛠️ Prerequisites
- [Rust](https://rust-lang.org) 1.85+ (2024 edition)
## ⬇️ Installation
### Installation from Source Code
```bash
cargo install asimov-apify-module
```
## 👉 Examples
```bash
export APIFY_TOKEN="..."
```
### Fetching Google Results
```bash
asimov-apify-fetcher https://www.google.com/search?q=Isaac+Asimov
```
### Fetching X (Twitter) Followers
```bash
asimov-apify-fetcher https://x.com/bendiken/followers
```
### Fetching X (Twitter) Followees
```bash
asimov-apify-fetcher https://x.com/bendiken/following
```
## ⚙ Configuration
### Environment Variables
- `APIFY_TOKEN`: (required) the [Apify API token] to use
## 📚 Reference
### Installed Binaries
- `asimov-apify-fetcher`: collects JSON data from the Apify API
### Supported Actors
Google Search | `https://www.google.com/search?q=:query` | ✅ | 🚧
X (Twitter) Followers | `https://x.com/:account/followers` | ✅ | 🚧
X (Twitter) Followees | `https://x.com/:account/following` | ✅ | 🚧
<img width="100" height="1"/> | <img width="550" height="1"/> | <img width="50" height="1"/> | <img width="50" height="1"/>
## 👨💻 Development
```bash
git clone https://github.com/asimov-modules/asimov-apify-module.git
```
---
[](https://x.com/intent/post?url=https://github.com/asimov-modules/asimov-apify-module&text=asimov-apify-module)
[](https://reddit.com/submit?url=https://github.com/asimov-modules/asimov-apify-module&title=asimov-apify-module)
[](https://news.ycombinator.com/submitlink?u=https://github.com/asimov-modules/asimov-apify-module&t=asimov-apify-module)
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/asimov-modules/asimov-apify-module)
[](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-modules/asimov-apify-module)
[ASIMOV]: https://github.com/asimov-platform
[Apify]: https://apify.com
[Apify API token]: https://docs.apify.com/platform/integrations/api
[KNOW]: https://github.com/know-ontology
[RDF]: https://github.com/rust-rdf