fs_write
Filesystem write access
Filesystem write access
Line 289Snippets
import { writeFileSync, statSync } from 'node:fs'; writeFileSync(outputPath, JSON.stringify(data, null, 2)); writeFileSync(outputPath, csvLines.join('\n')); writeFileSync(outputPath, '');network_call
Outbound network call
Outbound network call
Line 390Snippets
const response = await fetch(url, { const response = await fetch(url); const response = await fetch(url, { const response = await fetch(url, {fs_read
Filesystem read access
Filesystem read access
Line 576Snippets
const content = require('fs').readFileSync(outputPath, 'utf-8');env_access
Environment variable access
Environment variable access
Line 604Snippets
const token = process.env.APIFY_TOKEN;Trust Score
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
Description
"Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool."
Scans recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:45
Run 1