Target Store Scraper avatar
Target Store Scraper

Pricing

$20.00/month + usage

Go to Store
Target Store Scraper

Target Store Scraper

axlymxp/target-store-scraper

Developed by

axly

Maintained by Community

Scrapes Target store locations and details based on a search keyword (city/zip) and radius. Returns store information including name, address, phone, hours, services, and coordinates. Configurable search radius and results limit.

0.0 (0)

Pricing

$20.00/month + usage

1

Monthly users

1

Runs succeeded

85%

Last modified

25 days ago

An Apify actor for scraping Target store locations based on a location keyword search.

Features

  • Search for Target stores by location keyword (city name, zip code, etc.)
  • Specify search radius in miles
  • Limit the number of results returned
  • Detailed store information including address, phone, hours, and more

Input Parameters

The actor accepts the following input parameters:

ParameterTypeDescriptionDefault
keywordStringLocation keyword to search for Target stores (e.g. city name, zip code)"New York"
withinIntegerMaximum distance in miles to search from the location (1-100)50
limitIntegerMaximum number of store results to return (1-100)10

Output

The actor outputs JSON records with detailed information about each Target store found, including:

  • Store ID and name
  • Address (street, city, state, zip)
  • Phone number
  • Store hours
  • Store type and features
  • Geographic coordinates
  • Distance from search location

Usage

Apify Console

  1. Go to the Target Store Scraper page on Apify Console
  2. Enter the input parameters
  3. Click "Start"

API

You can also run the actor via Apify API. Here's an example using cURL:

1curl -X POST \
2  https://api.apify.com/v2/acts/your-username~target-store-scraper/runs?token=YOUR_API_TOKEN \
3  -H 'Content-Type: application/json' \
4  -d '{
5    "keyword": "Chicago",
6    "within": 30,
7    "limit": 15
8  }'

Local Development

Prerequisites

  • Python 3.9+
  • pip

Installation

  1. Clone this repository
  2. Create a virtual environment: python -m venv .venv
  3. Activate the virtual environment:
    • Windows: .venv\Scripts\activate
    • macOS/Linux: source .venv/bin/activate
  4. Install dependencies: pip install -r requirements.txt

Running Locally

python -m src

License

This project is licensed under the Apache License 2.0.

Example Input

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

7 days

Price

$20.00