ASIMOV module for data import powered by the Apify web automation platform.
- 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 in the form of JSON-LD.
- Distributed as a standalone static binary with zero runtime dependencies.
- Rust 1.85+ (2024 edition) if building from source code
pip install -U asimov-apify-module
gem install asimov-apify-module
npm install -g asimov-apify-module
cargo install asimov-apify-module
export APIFY_TOKEN="..."
asimov-apify-fetcher https://www.google.com/search?q=Isaac+Asimov # JSON
asimov-apify-importer https://www.google.com/search?q=Isaac+Asimov # JSON-LD
asimov-apify-fetcher https://x.com/apify/followers # JSON
asimov-apify-importer https://x.com/apify/followers # JSON-LD
asimov-apify-fetcher https://x.com/apify/following # JSON
asimov-apify-importer https://x.com/apify/following # JSON-LD
asimov-apify-fetcher https://www.linkedin.com/in/sarptecimer # JSON
asimov-apify-importer https://www.linkedin.com/in/sarptecimer # JSON-LD
asimov-apify-fetcher https://www.instagram.com/humansofny # JSON
asimov-apify-importer https://www.instagram.com/humansofny # JSON-LD
APIFY_TOKEN
: (required) the Apify API token to use
asimov-apify-fetcher
: collects JSON data from the Apify APIasimov-apify-importer
: collects and transforms JSON into JSON-LD
git clone https://github.com/asimov-modules/asimov-apify-module.git