{
  "data": {
    "id": "Ah1GpLM1iSFIeIIjY",
    "userId": "HIMU0xktu1JeZb4Xl",
    "name": "arxiv-paper-search-scraper",
    "username": "fetch_cat",
    "description": "Search arXiv papers by keyword, author, category, and date using public paper metadata.",
    "isPublic": true,
    "createdAt": "2026-07-01T08:52:23.359Z",
    "modifiedAt": "2026-07-09T10:54:18.523Z",
    "taggedBuilds": {
      "latest": {
        "buildId": "GvbtenpExX8ChbYzq",
        "finishedAt": "2026-07-09T10:54:18.523Z",
        "buildNumberInt": 100018,
        "buildNumber": "0.1.18"
      }
    },
    "stats": {
      "totalBuilds": 18,
      "totalRuns": 18,
      "totalUsers": 2,
      "totalUsers7Days": 1,
      "totalUsers30Days": 1,
      "totalUsers90Days": 1,
      "lastRunStartedAt": "2026-07-09T00:58:26.930Z",
      "actorReviewCount": 0,
      "actorReviewRating": 0,
      "bookmarkCount": 0,
      "publicActorRunStats30Days": {
        "ABORTED": 0,
        "FAILED": 0,
        "SUCCEEDED": 5,
        "TIMED-OUT": 0,
        "TOTAL": 5
      }
    },
    "versions": [
      {
        "versionNumber": "0.1",
        "sourceType": "SOURCE_FILES",
        "buildTag": "latest"
      }
    ],
    "defaultRunOptions": {
      "build": "latest",
      "timeoutSecs": 300,
      "memoryMbytes": 512
    },
    "exampleRunInput": {
      "body": "{\"query\":\"large language models\",\"categories\":[\"cs.CL\",\"cs.AI\"],\"maxItems\":20,\"sortBy\":\"submittedDate\",\"sortOrder\":\"descending\"}",
      "contentType": "application/json; charset=utf-8"
    },
    "categories": [
      "AI",
      "DEVELOPER_TOOLS",
      "AUTOMATION"
    ],
    "isDeprecated": false,
    "title": "arXiv Paper Search Scraper",
    "pictureUrl": "https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/HIMU0xktu1JeZb4Xl-actor-Ah1GpLM1iSFIeIIjY-sxBVc4UUyh-arxiv-paper-search-scraper-actor-icon.png",
    "seoTitle": "Search arXiv Papers and Export Metadata",
    "seoDescription": "Search arXiv papers by keyword, author, category, and date. Export titles, abstracts, authors, DOI, journal references, and PDF links as CSV or API.",
    "pricingInfos": [
      {
        "pricingModel": "PAY_PER_EVENT",
        "pricingPerEvent": {
          "actorChargeEvents": {
            "start": {
              "eventTitle": "Start",
              "eventDescription": "One-time fee per run",
              "eventPriceUsd": 0.005,
              "isOneTimeEvent": true
            },
            "result": {
              "eventTitle": "Paper result",
              "eventDescription": "Per arXiv paper saved to the dataset",
              "isPrimaryEvent": true,
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.000575
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.0005
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.00039
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.0003
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.0002
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.00014
                }
              }
            }
          }
        },
        "apifyMarginPercentage": 0.2,
        "startedAt": "2026-07-01T08:57:15.546Z",
        "createdAt": "2026-07-01T08:57:15.623Z"
      },
      {
        "pricingModel": "PAY_PER_EVENT",
        "pricingPerEvent": {
          "actorChargeEvents": {
            "start": {
              "eventTitle": "Run started",
              "eventDescription": "One-time fee charged when a run starts. Covers fixed startup cost (init, proxy warmup, first HTTP setup).",
              "eventPriceUsd": 0.005,
              "isOneTimeEvent": true
            },
            "result": {
              "eventTitle": "Paper result",
              "eventDescription": "Per arXiv paper saved to the dataset",
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.000575
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.0005
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.00039
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.0003
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.0002
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.00014
                }
              },
              "isPrimaryEvent": true
            }
          }
        },
        "apifyMarginPercentage": 0.2,
        "startedAt": "2026-07-01T19:05:26.952Z",
        "isPriceChangeNotificationSuppressed": true,
        "reasonForChange": "Formula-derived private actor PPE pricing for APIA-1102 after cloud validation.",
        "createdAt": "2026-07-01T19:05:27.020Z"
      }
    ],
    "notice": "NONE",
    "isCritical": false,
    "isGeneric": false,
    "hasNoDataset": false,
    "isSourceCodeHidden": true,
    "standbyUrl": null,
    "actorPermissionLevel": "LIMITED_PERMISSIONS",
    "readmeSummary": "## arXiv Paper Search Scraper\n\nA scraper that queries arXiv public metadata and extracts structured paper records for search, monitoring, and analysis workflows. It performs HTTP-based retrieval of arXiv listings with pagination and sorting, applies keyword, author, category, and publication-date filters, and normalizes results into records containing canonical arXiv identifiers, titles, abstracts, author lists, primary and secondary categories, publication and update timestamps, optional comments/journal references/DOIs, and abstract and PDF URLs. Suitable for repeatable literature monitoring, targeted discovery by relevance or recency, and producing clean, machine-readable metadata for downstream indexing or analysis.\n\n## Use cases\n\n- Monitoring new papers in machine learning, natural language processing, robotics, and computer vision.  \n- Building repeatable literature-review datasets for academic teams.  \n- Curating recent papers for research newsletters.  \n- Competitive intelligence and tracking research trends.  \n- Feeding normalized paper metadata into databases, dashboards, or vector search indexes.  \n- Generating seed lists for literature reviews and spreadsheet-based review workflows.  \n- Lab or group monitoring of author activity and category-specific publications.  \n- Trend analysis of publication dates, terms, and author networks.",
    "deploymentKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCq8h6TWpugS+UqtJ7zRYYzqKqOmpKEcuE2Pa4C55KJkN1k+NL6VKbJ7j/J0TtQK4eLULa54iIoMyyP1WBMsqF8ATXlT/XAoIBs2C1WiHOKstSEasNpN+feK8xzeiN7wGUc56TY3sUPLY+TbaXcSa6f+U0mxXfsy9w5VU3lfeB7qO8iRxVAVLTdQvPUoECFFZkHVhGxKjJiginGkD+Y6Qmhp2JH+OZZByfg85VwPrqYJm7N7TMl87eEhYjwtiv77kW3snSlC8HSG8Ckc728+0prCwOYsa4qhU/Wartv/vISL4R/yaOsFR0m20Ny/qxG6fn/VXhX2cMPx8Ayd4+VzEBL \n"
  }
}