The FWRE Spark API Connector addon connects FW Real Estate to Spark API by FBS Data Systems — the RESO Web API platform powering MLS boards that run FBS Flex MLS software. It delivers standardized OData v4 property data with RESO Data Dictionary field names, paginated batch retrieval for large catalogs, and automatic listing photo downloads.
After installing the plugin, go to Extensions → Plugins, search for FW Real Estate — Spark API, and open its parameters.
| Parameter | Description |
|---|---|
| API Key | Your Spark API client key, provided by your MLS board or FBS Data Systems support. |
| API Secret | Your Spark API client secret. Stored encrypted. |
| Page size | Number of records per OData page (typically 200–500). Each cron invocation processes one page. |
| Photo download | Enable to download listing photos locally during import. Disable to skip photos and speed up initial import. |
| Removed listing action | Choose whether to unpublish or delete listings no longer in the feed. |
Contact your MLS board or FBS Data Systems support. If your MLS runs on FBS Flex MLS, it participates in Spark API. Your board will provide a client key and client secret after verifying your MLS membership.
The connector fetches one OData page per cron invocation and stores its progress. The next cron run automatically continues from where the previous one stopped. This design is intentional — it prevents PHP memory exhaustion and request timeouts on large boards, allowing a full import of tens of thousands of listings without any special server configuration. Once all pages are processed, the connector switches to incremental mode and fetches only changed records on subsequent runs.
When photo download is enabled, the connector fetches all photos for each listing and stores them in your FW Real Estate media folder. Photos are resized to match your configured gallery dimensions. Locally stored photos load faster for your visitors and eliminate a dependency on the MLS CDN for image delivery.
To install this addon, open the Add-ons panel inside FW Real Estate. See Getting Started → Add-ons for details on paid addons and site verification.