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
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
"Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool."
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:45
Run 1