pay someone to peek at a paywalled page. workers earn 80% onchain.
pay someone to peek at a paywalled page. workers earn 80% onchain.
npm install -g paypeek
copy
# request a paywalled article paypeek request \ https://economist.com/article \ --amount 0.50 # list an article for sale paypeek list \ https://economist.com/article \ --price 0.50 \ --content article.md # or list directly from a local PDF paypeek list --pdf ./report.pdf --price 0.50 --title "Q2 report" # search listings paypeek search economist # preview free sample, then buy paypeek sample a1b2c3d4 --save sample.md paypeek buy a1b2c3d4 \ --save article.md # check status / fetch result paypeek status 366eda22 paypeek fetch 366eda22 \ --save article.md # list your tasks & listings paypeek my-tasks paypeek my-listings
requires tempo cli installed and authenticated
# 1. unzip the extension # 2. remove macOS quarantine flag xattr -dr com.apple.quarantine \ ~/Downloads/content-bazaar-extension # 3. chrome://extensions # → enable developer mode # 4. click "load unpacked" # → select the unzipped folder