ONLYFANS Scraper πŸͺΆ avatar
ONLYFANS Scraper πŸͺΆ
Under maintenance
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
ONLYFANS Scraper πŸͺΆ

ONLYFANS Scraper πŸͺΆ

jupri/onlyfans-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

β€οΈπŸ’›πŸ’šπŸ’™πŸ’œ Scrape OnlyFans.com πŸͺ½

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "query": [
8    "square pants",
9    "@onlyfans/video",
10    "@oftv/profile",
11    "https://www.onlyfans.com/oftv",
12    "https://www.onlyfans.com/search?type=posts&q=sponge%20bob"
13  ],
14  "limit": 5,
15  "dev_custom_headers": [
16    {
17      "key": "user-agent",
18      "value": ""
19    },
20    {
21      "key": "x-bc",
22      "value": ""
23    }
24  ],
25  "dev_custom_cookies": [
26    {
27      "key": "sess",
28      "value": ""
29    }
30  ]
31}
32EOF
33
34# Run the Actor using an HTTP API
35# See the full API reference at https://docs.apify.com/api/v2
36curl "https://api.apify.com/v2/acts/jupri~onlyfans-scraper/runs?token=$API_TOKEN" \
37  -X POST \
38  -d @input.json \
39  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 65 monthly users
  • 2 stars
  • 94.0% runs succeeded
  • Created in Apr 2023
  • Modified 15 days ago