QuestN Scraper avatar
QuestN Scraper

Pricing

$18.00/month + usage

Go to Apify Store
QuestN Scraper

QuestN Scraper

Developed by

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Scrape detailed data from up to 800 quests on QuestN, a leading platform for Web3 quests and rewards.

0.0 (0)

Pricing

$18.00/month + usage

0

1

1

Last modified

2 months ago

QuestN Scraper 🕵️‍♂️🎯

Overview

This Apify actor allows you to scrape detailed data from up to 800 quests on QuestN. QuestN is a leading platform for Web3 quests and rewards, and this scraper can help you extract key insights about quests, communities, and rewards.

Features 🛠️

The QuestN Scraper extracts the following fields:

Quest Information 📊

  • Quest ID: Unique identifier for the quest.
  • Quest Link: Direct link to the quest on QuestN.
  • Quest Title: The title/name of the quest.
  • Start Time: Timestamp when the quest starts.
  • End Time: Timestamp when the quest ends.
  • Quest Tasks: Numbered list of tasks required to complete the quest.

Token & Reward Information 💰

  • Token Prize Symbol: Symbol of the token being rewarded.
  • Token Prize Chain: Blockchain network where the token is deployed.
  • Token Contract Address: Smart contract address of the token.
  • Max Prize Winners: Maximum number of participants who can win.
  • Total Tokens Prize Amount: Total amount of tokens available as rewards.
  • Tokens Per Participant: Amount of tokens each participant receives.
  • Points: QuestN Points.
  • NFT Name: Name of the NFT reward (if applicable).
  • Reward Priority: Priority level of the reward.

Quest Features 🎯

  • Has Proof of Work: Whether the quest requires proof of work.
  • Has Survey or Review Quiz: Whether the quest includes surveys or quizzes.
  • Submissions: Number of submissions for the quest.

Community Information 👥

  • Community ID: Unique identifier for the community.
  • Community Name: Name of the community hosting the quest.
  • Community Introduction: Description of the community.
  • Community Discord: Discord link for the community.
  • Community Telegram: Telegram link for the community.
  • Community Twitter Username: Twitter handle of the community.
  • Community Followers: Number of followers the community has.
  • Community Quests: Number of quests hosted by the community.
  • Community Questers: Number of questers in the community.
  • Community URL: Website URL of the community.

Output Format 📂

The data will be output as a JSON file with the fields described above. Here's an example:

{
"id": "1037745771393102044",
"quest_link": "https://app.questn.com/quest/1037745771393102044",
"title": "🧪 Solvent Airdrop Access - Limited-time entry",
"start_time_timestamp": 1747582200,
"end_time_timestamp": 1751383800,
"quest_tasks": "1. Follow on X\n2. Post on X\n3. Number of followers on X",
"token_prize_symbol": "SOLV",
"token_prize_chain": "Ethereum Mainnet",
"token_contract_address": "0x1234567890abcdef...",
"max_prize_winners": 100,
"total_tokens_prize_amount": 10000,
"tokens_per_participant": 100,
"points": 100,
"nft_name": "Solvent NFT",
"reward_priority": 13,
"has_pow_work": false,
"has_survey_or_review_quiz": false,
"submissions": 50,
"community_id": "1037744046493766005",
"community_introduction": "Solvent Labs: A Solana and BNB native community coin...",
"community_discord": "https://discord.gg/solvent",
"community_telegram": "https://t.me/solvent",
"community_twitter_username": "solventlabs",
"community_followers": 13606,
"community_quests": 1,
"community_questers": 13606,
"community_url": "https://Solvent.gg",
"community_name": "Solvent Labs"
}