# FedEx OnSite (Walgreens, etc.) FedEx Location Finder

**Use case:** 

Extract FedEx Location Finder data filtered by FedEx OnSite (Walgreens, etc.). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "location": "New York",
  "radius": 25,
  "locationType": "FedEx OnSite",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "locationType": {
    "label": "Type",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zipcode": {
    "label": "ZIP",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "hostBusiness": {
    "label": "Host Business",
    "format": "string"
  },
  "isDropOff": {
    "label": "Drop Off",
    "format": "boolean"
  },
  "isPickup": {
    "label": "Pickup",
    "format": "boolean"
  },
  "closed": {
    "label": "Closed",
    "format": "boolean"
  },
  "hours": {
    "label": "Hours",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FedEx Location Finder Scraper](https://apify.com/parseforge/fedex-location-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fedex-location-finder-scraper) to learn more, explore other use cases, and run it yourself.