Advertisement
dereksir

Untitled

May 12th, 2023 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import fetch from 'node-fetch';
  2.  
  3. const apiKey = '<YOUR_API_KEY>';
  4. const targetUrl = 'https://www.amazon.com/Bose-QuietComfort-45-Bluetooth-Canceling-Headphones/dp/B098FKXT8L?th=1';
  5.  
  6. const apiUrl = `https://api.zenrows.com/v1/?api_key=${apiKey}&url=${encodeURIComponent(targetUrl)}`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement