{
  "openapi": "3.0.1",
  "info": {
    "title": "$1.5/1k💰 - Craigslist New Listings Monitor",
    "description": "Monitor Craigslist and get only NEW listings since your last run. Schedule hourly or daily — zero configuration, no email setup needed. Powered by delta detection via Apify Key-Value Store.",
    "version": "0.1",
    "x-build-id": "xbzHvhCx3Eqk6XBDi"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nogards95~craigslist-monitor-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nogards95-craigslist-monitor-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/nogards95~craigslist-monitor-scraper/runs": {
      "post": {
        "operationId": "runs-sync-nogards95-craigslist-monitor-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/nogards95~craigslist-monitor-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-nogards95-craigslist-monitor-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "keyword"
        ],
        "properties": {
          "keyword": {
            "title": "Keyword",
            "type": "string",
            "description": "Search keyword (e.g. 'iphone 14', 'bicycle', 'sofa')"
          },
          "city": {
            "title": "City",
            "enum": [
              "newyork",
              "losangeles",
              "chicago",
              "sfbay",
              "miami",
              "seattle",
              "boston",
              "washington",
              "washingtondc",
              "atlanta",
              "dallas",
              "houston",
              "sandiego",
              "denver",
              "phoenix",
              "philadelphia",
              "portland",
              "minneapolis",
              "detroit",
              "cleveland",
              "austin",
              "sacramento",
              "lasvegas",
              "orlando",
              "tampa",
              "pittsburgh",
              "saltlakecity",
              "nashville",
              "stlouis",
              "kansascity",
              "toronto",
              "vancouver",
              "montreal",
              "calgary",
              "ottawa",
              "london",
              "manchester",
              "edinburgh",
              "birmingham",
              "paris",
              "lyon",
              "marseilles",
              "berlin",
              "munich",
              "hamburg",
              "frankfurt",
              "cologne",
              "amsterdam",
              "madrid",
              "barcelona",
              "valencia",
              "rome",
              "milan",
              "florence",
              "naples",
              "brussels",
              "stockholm",
              "vienna",
              "zurich",
              "geneva",
              "oslo",
              "copenhagen",
              "helsinki",
              "warsaw",
              "prague",
              "budapest",
              "bucharest",
              "istanbul",
              "moscow",
              "stpetersburg",
              "dubai",
              "telaviv",
              "jerusalem",
              "tokyo",
              "osaka",
              "nagoya",
              "seoul",
              "beijing",
              "shanghai",
              "guangzhou",
              "shenzhen",
              "hongkong",
              "singapore",
              "sydney",
              "melbourne",
              "brisbane",
              "perth",
              "auckland",
              "mumbai",
              "delhi",
              "bangalore",
              "hyderabad",
              "saopaulo",
              "rio",
              "brasilia",
              "buenosaires",
              "santiago",
              "mexicocity",
              "bogota",
              "cairo",
              "johannesburg",
              "capetown",
              "__custom__"
            ],
            "type": "string",
            "description": "Select a Craigslist city. Choose 'Other (custom)' to type a custom subdomain.",
            "default": "newyork"
          },
          "customCity": {
            "title": "Custom city subdomain",
            "type": "string",
            "description": "Used only when 'Other (custom)' is selected above. Enter the Craigslist subdomain, e.g. 'buffalo', 'fresno', 'naples', 'kerala'."
          },
          "category": {
            "title": "Category",
            "enum": [
              "sss",
              "hhh",
              "jjj",
              "ggg"
            ],
            "type": "string",
            "description": "Craigslist category code",
            "default": "sss"
          },
          "maxPrice": {
            "title": "Max price ($)",
            "type": "integer",
            "description": "Maximum price filter in USD"
          },
          "minPrice": {
            "title": "Min price ($)",
            "type": "integer",
            "description": "Minimum price filter in USD"
          },
          "maxResults": {
            "title": "Max results per run",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum number of listings to check per run (across all pages)",
            "default": 200
          },
          "notifyOnlyNew": {
            "title": "Return only new listings",
            "type": "boolean",
            "description": "If true, only listings not seen in previous runs are returned. If false, returns all listings regardless.",
            "default": true
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}