Street Fighter 6 CFN Scraper avatar
Street Fighter 6 CFN Scraper
Try for free

No credit card required

View all Actors
Street Fighter 6 CFN Scraper

Street Fighter 6 CFN Scraper

3ternal/street-fighter-6-cfn-scraper
Try for free

No credit card required

SF6 scraper for the Capcom Fighters Network (Buckler's Boot Camp)

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  "rank_to_search": 1,
8  "start_page_array": [
9    6102,
10    6462,
11    7248,
12    8418,
13    9637,
14    12306,
15    13994,
16    15815,
17    18101,
18    20841,
19    26615,
20    28248,
21    29682,
22    31164,
23    32676,
24    35215,
25    36138,
26    37770,
27    39772,
28    41749,
29    44936,
30    45672,
31    47114,
32    48594,
33    49774,
34    51799,
35    52580,
36    54017,
37    55291,
38    56674,
39    59273,
40    59795,
41    60333,
42    60962,
43    61552
44  ]
45}
46EOF
47
48# Run the Actor using an HTTP API
49# See the full API reference at https://docs.apify.com/api/v2
50curl "https://api.apify.com/v2/acts/3ternal~street-fighter-6-cfn-scraper/runs?token=$API_TOKEN" \
51  -X POST \
52  -d @input.json \
53  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • Created in Mar 2024
  • Modified about 2 months ago
Categories