Crates.io | asimov-apify-module |
lib.rs | asimov-apify-module |
version | 0.1.2 |
created_at | 2025-05-21 17:34:57.516546+00 |
updated_at | 2025-06-19 17:16:52.647621+00 |
description | ASIMOV module for data import powered by the Apify web automation platform. |
homepage | https://github.com/asimov-modules |
repository | https://github.com/asimov-modules/asimov-apify-module |
max_upload_size | |
id | 1683718 |
size | 642,592 |
ASIMOV module for data import powered by the Apify web automation platform.
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 useasimov-apify-fetcher
: collects JSON data from the Apify APIasimov-apify-importer
: collects and transforms JSON into JSON-LDActor | URL Pattern | JSON | RDF |
---|---|---|---|
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 |
✅ | ✅ |
LinkedIn Profile | https://www.linkedin.com/in/:username |
✅ | 🚧 |
Instagram Profile | https://www.instagram.com/:username |
✅ | 🚧 |
git clone https://github.com/asimov-modules/asimov-apify-module.git